diff options
author | Soispha <soispha@vhack.eu> | 2023-07-03 21:30:31 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-04 08:10:23 +0200 |
commit | 990cb3c12e848cef59bf246ca9c8ef4a82d395c0 (patch) | |
tree | 25e343215f5cf0b546548688e50f20ec31e50948 /system/services/keycloak | |
parent | Style(system/services/nginx): Use nested attr set for acme options (diff) | |
download | nixos-server-990cb3c12e848cef59bf246ca9c8ef4a82d395c0.tar.gz nixos-server-990cb3c12e848cef59bf246ca9c8ef4a82d395c0.zip |
Fix(system/services/nginx/hosts): Inherit acmeRoot setting
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}/"; |