From 163daad93da692fc280036b80f29ca9b65c005d4 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 12 Dec 2023 23:08:56 -0500 Subject: flake: update nixpkgs-stable to 23.11 --- systems/atlas/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems/atlas/default.nix') 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; -- cgit v1.2.3