diff options
Diffstat (limited to 'system/services/keycloak')
-rw-r--r-- | system/services/keycloak/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/services/keycloak/default.nix b/system/services/keycloak/default.nix index dfeabc3..981833f 100644 --- a/system/services/keycloak/default.nix +++ b/system/services/keycloak/default.nix @@ -12,6 +12,7 @@ "auth.vhack.eu" = { forceSSL = true; enableACME = true; + acmeRoot = null; # inherit from acme default setting locations = { "/" = { proxyPass = "http://localhost:${toString config.services.keycloak.settings.http-port}/"; |