From 265eb9d228935f7b3b5c8ba6a583489b9f74f8b2 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 8 Jul 2023 15:36:32 +0200 Subject: Fix(system/services/keycloak): Use agenix to store passwd --- system/services/keycloak/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/services/keycloak') 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 = { -- cgit 1.4.1