diff options
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/atlas/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix index 8cba9bd..bce1a04 100644 --- a/systems/atlas/default.nix +++ b/systems/atlas/default.nix @@ -42,7 +42,7 @@ users.users.atlas = { isNormalUser = true; shell = pkgs.bash; - passwordFile = config.age.secrets.userPassword.path; + hashedPasswordFile = config.age.secrets.userPassword.path; }; zramSwap.enable = true; |
