diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/services/keycloak/default.nix | 1 | ||||
-rw-r--r-- | system/services/nginx/default.nix | 2 | ||||
-rw-r--r-- | system/services/nginx/hosts.nix | bin | 1111 -> 1027 bytes |
3 files changed, 1 insertions, 2 deletions
diff --git a/system/services/keycloak/default.nix b/system/services/keycloak/default.nix index e698574..dfeabc3 100644 --- a/system/services/keycloak/default.nix +++ b/system/services/keycloak/default.nix @@ -12,7 +12,6 @@ "auth.vhack.eu" = { forceSSL = true; enableACME = true; - acmeRoot = "${config.security.acme.defaults.webroot}/acme-challenge"; locations = { "/" = { proxyPass = "http://localhost:${toString config.services.keycloak.settings.http-port}/"; diff --git a/system/services/nginx/default.nix b/system/services/nginx/default.nix index 94d16c2..b0c176a 100644 --- a/system/services/nginx/default.nix +++ b/system/services/nginx/default.nix @@ -6,7 +6,7 @@ acceptTerms = true; defaults = { email = "admin@vhack.eu"; - webroot = "/srv/acme"; + webroot = "/var/lib/acme"; }; }; diff --git a/system/services/nginx/hosts.nix b/system/services/nginx/hosts.nix index 2398413..94fae9f 100644 --- a/system/services/nginx/hosts.nix +++ b/system/services/nginx/hosts.nix Binary files differ |