From 4052e2795080d4ce72e64aec4e7b6eb8d823946e Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 10 Mar 2023 21:34:29 -0500 Subject: use agenix for passwords --- users/root/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/root/default.nix') diff --git a/users/root/default.nix b/users/root/default.nix index 2fec3ea..a77e461 100644 --- a/users/root/default.nix +++ b/users/root/default.nix @@ -3,6 +3,6 @@ home = "/root"; uid = config.ids.uids.root; group = "root"; - initialHashedPassword = "***REMOVED***"; + passwordFile = config.age.secrets.rootPassword.path; }; } -- cgit v1.2.3