diff options
| author | seth <[email protected]> | 2023-12-12 23:08:56 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-12 23:08:56 -0500 |
| commit | 163daad93da692fc280036b80f29ca9b65c005d4 (patch) | |
| tree | 4769d3b0a71f033d802155553a37286164528332 /systems | |
| parent | 56b051278e722b96e47c92f3789283cfe3b08400 (diff) | |
flake: update nixpkgs-stable to 23.11
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; |
