From 80e57761ab13402cdbc6ffeaa46d55fd241891f6 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 4 Jul 2023 14:14:59 +0200 Subject: Fix(system/services): Inherit acmeRoot manually --- system/services/keycloak/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/services/keycloak') diff --git a/system/services/keycloak/default.nix b/system/services/keycloak/default.nix index 981833f..e698574 100644 --- a/system/services/keycloak/default.nix +++ b/system/services/keycloak/default.nix @@ -12,7 +12,7 @@ "auth.vhack.eu" = { forceSSL = true; enableACME = true; - acmeRoot = null; # inherit from acme default setting + acmeRoot = "${config.security.acme.defaults.webroot}/acme-challenge"; locations = { "/" = { proxyPass = "http://localhost:${toString config.services.keycloak.settings.http-port}/"; -- cgit 1.4.1