summary refs log tree commit diff stats
path: root/system/services/keycloak
diff options
context:
space:
mode:
Diffstat (limited to 'system/services/keycloak')
-rw-r--r--system/services/keycloak/default.nix1
1 files changed, 0 insertions, 1 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}/";