diff options
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; }; } |
