summaryrefslogtreecommitdiff
path: root/systems/atlas/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-12 23:08:56 -0500
committerseth <[email protected]>2023-12-12 23:08:56 -0500
commit163daad93da692fc280036b80f29ca9b65c005d4 (patch)
tree4769d3b0a71f033d802155553a37286164528332 /systems/atlas/default.nix
parent56b051278e722b96e47c92f3789283cfe3b08400 (diff)
flake: update nixpkgs-stable to 23.11
Diffstat (limited to 'systems/atlas/default.nix')
-rw-r--r--systems/atlas/default.nix2
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;