From 532412a5d3476df6e1cc59dd0995cd618c117fe7 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 4 Jul 2023 16:33:46 +0200 Subject: Fix(system/services): Move acmeWebRoot back to /var/lib/acme --- system/services/keycloak/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'system/services/keycloak/default.nix') 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}/"; -- cgit 1.4.1