From acae35e92317349c0b422175c243ff28e7e9f044 Mon Sep 17 00:00:00 2001 From: teidesu Date: Wed, 8 Jan 2025 19:48:09 +0300 Subject: [PATCH] chore(koi): removed oidc from hass --- hosts/koi/vms/hass.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/hosts/koi/vms/hass.nix b/hosts/koi/vms/hass.nix index 7d0821d..f834d30 100644 --- a/hosts/koi/vms/hass.nix +++ b/hosts/koi/vms/hass.nix @@ -22,20 +22,12 @@ in }; }; - desu.secrets.hass-proxy-env = {}; - desu.openid-proxy.services.hass = { - clientId = "299748893099360262"; - domain = "hass.stupid.fish"; - upstream = "http://10.42.0.3:8123"; - envSecret = "hass-proxy-env"; - }; - services.nginx.virtualHosts."hass.stupid.fish" = { forceSSL = true; useACMEHost = "stupid.fish"; locations."/" = { - proxyPass = "http://hass-oidc.docker$request_uri"; + proxyPass = "http://10.42.0.3:8123$request_uri"; proxyWebsockets = true; }; };