diff options
Diffstat (limited to 'system/services/keycloak/default.nix')
-rw-r--r-- | system/services/keycloak/default.nix | 1 |
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}/"; |