From 990cb3c12e848cef59bf246ca9c8ef4a82d395c0 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 3 Jul 2023 21:30:31 +0200 Subject: Fix(system/services/nginx/hosts): Inherit acmeRoot setting --- system/services/keycloak/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system/services/keycloak/default.nix') 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}/"; -- cgit 1.4.1