summary refs log tree commit diff stats
path: root/system/services
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/services/keycloak/default.nix2
-rw-r--r--system/services/nginx/hosts.nixbin1098 -> 1111 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/system/services/keycloak/default.nix b/system/services/keycloak/default.nix
index 981833f..e698574 100644
--- a/system/services/keycloak/default.nix
+++ b/system/services/keycloak/default.nix
@@ -12,7 +12,7 @@
       "auth.vhack.eu" = {
         forceSSL = true;
         enableACME = true;
-        acmeRoot = null; # inherit from acme default setting
+        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/hosts.nix b/system/services/nginx/hosts.nix
index 7ceb51a..2398413 100644
--- a/system/services/nginx/hosts.nix
+++ b/system/services/nginx/hosts.nix
Binary files differ