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 +- system/services/nginx/hosts.nix | Bin 1098 -> 1111 bytes 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'system') 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}/"; diff --git a/system/services/nginx/hosts.nix b/system/services/nginx/hosts.nix index 7ceb51a..2398413 100644 Binary files a/system/services/nginx/hosts.nix and b/system/services/nginx/hosts.nix differ -- cgit 1.4.1