summary refs log tree commit diff stats
path: root/system/services/keycloak/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-04 16:33:46 +0200
committerSoispha <soispha@vhack.eu>2023-07-04 16:33:46 +0200
commit532412a5d3476df6e1cc59dd0995cd618c117fe7 (patch)
treecb94cdbe176964d80849eb06d2c2bb17ba43d8f7 /system/services/keycloak/default.nix
parentFeat(system/file_system_layout): Add impermanence (diff)
downloadnixos-server-532412a5d3476df6e1cc59dd0995cd618c117fe7.tar.gz
nixos-server-532412a5d3476df6e1cc59dd0995cd618c117fe7.zip
Fix(system/services): Move acmeWebRoot back to /var/lib/acme
Diffstat (limited to 'system/services/keycloak/default.nix')
-rw-r--r--system/services/keycloak/default.nix1
1 files changed, 0 insertions, 1 deletions
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}/";