diff options
| author | seth <[email protected]> | 2023-03-10 21:34:29 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-10 21:34:29 -0500 |
| commit | 4052e2795080d4ce72e64aec4e7b6eb8d823946e (patch) | |
| tree | d6a70e299a5266ee0085f750317043424e18414a /users/root/default.nix | |
| parent | 8a7757fded4269a759dcf5fc4ce8e1013c557d5d (diff) | |
use agenix for passwords
Diffstat (limited to 'users/root/default.nix')
| -rw-r--r-- | users/root/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; } |
