summary refs log tree commit diff stats
path: root/system/services/keycloak/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 dfeabc3..5f21b90 100644
--- a/system/services/keycloak/default.nix
+++ b/system/services/keycloak/default.nix
@@ -31,7 +31,7 @@
       createLocally = true;
 
       username = "keycloak";
-      passwordFile = "/srv/keycloak/password";
+      passwordFile = "${config.age.secrets.keycloak.path}";
     };
 
     settings = {