diff options
Diffstat (limited to 'users/seth')
| -rw-r--r-- | users/seth/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/seth/default.nix b/users/seth/default.nix index 52979b3..93368d9 100644 --- a/users/seth/default.nix +++ b/users/seth/default.nix @@ -7,8 +7,8 @@ users.users.seth = { extraGroups = ["wheel"]; isNormalUser = true; - hashedPassword = "***REMOVED***"; shell = pkgs.fish; + passwordFile = config.age.secrets.sethPassword.path; }; programs.fish.enable = true; |
