summary refs log tree commit diff stats
path: root/system/services
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-06-06 13:59:58 +0200
committersils <sils@sils.li>2023-06-06 13:59:58 +0200
commit85c28d5d5350300083e328311cf60e9fee299c77 (patch)
tree41697f52812316989684ebb6b939d800dd97f025 /system/services
parentFix(system/services/keycloak): Change value of 'passwordFile' to path (diff)
downloadnixos-server-85c28d5d5350300083e328311cf60e9fee299c77.tar.gz
nixos-server-85c28d5d5350300083e328311cf60e9fee299c77.zip
Fix(system/services/keycloak): Correct path to passwordfile
Diffstat (limited to 'system/services')
-rw-r--r--system/services/keycloak/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services/keycloak/default.nix b/system/services/keycloak/default.nix
index 6b161fa..dfeabc3 100644
--- a/system/services/keycloak/default.nix
+++ b/system/services/keycloak/default.nix
@@ -31,7 +31,7 @@
       createLocally = true;
 
       username = "keycloak";
-      passwordFile = "/srv/password";
+      passwordFile = "/srv/keycloak/password";
     };
 
     settings = {