From 45f8745ae85e873ca9d6346899459a29faa6ab23 Mon Sep 17 00:00:00 2001 From: oddlama Date: Thu, 9 May 2024 17:39:01 +0200 Subject: [PATCH] fix: remove oauth2.enable for main portal (it's the oauth2-proxy anyway) --- modules/oauth2-proxy.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/oauth2-proxy.nix b/modules/oauth2-proxy.nix index 58c58c3..6c2bb55 100644 --- a/modules/oauth2-proxy.nix +++ b/modules/oauth2-proxy.nix @@ -138,7 +138,6 @@ in { virtualHosts.${cfg.portalDomain} = { forceSSL = true; useACMEWildcardHost = true; - oauth2.enable = true; locations."/".proxyPass = "http://oauth2-proxy"; locations."/oauth2/" = {