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/" = {