From f1ad53dc9599f1f8e5d8de6a7973a7cd81aa951f Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sat, 1 Jun 2024 20:42:23 -0600 Subject: [PATCH] wip --- machines/storage/s0/home-automation.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/machines/storage/s0/home-automation.nix b/machines/storage/s0/home-automation.nix index 183dc56..b57c9f4 100644 --- a/machines/storage/s0/home-automation.nix +++ b/machines/storage/s0/home-automation.nix @@ -146,7 +146,8 @@ in }; }; - services.oauth2_proxy = + # TODO need services.oauth2-proxy.cookie.domain ? + services.oauth2-proxy = let nextcloudServer = "https://neet.cloud/"; in @@ -155,9 +156,10 @@ in httpAddress = "http://0.0.0.0:4180"; - nginx.virtualHosts = [ - frigateHostname - ]; + nginx.domain = frigateHostname; + # nginx.virtualHosts = [ + # frigateHostname + # ]; email.domains = [ "*" ];