From c06402546e04a5d2258e8c56b4f59778c38da81c Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Wed, 14 Feb 2024 14:21:26 +0100 Subject: machines/profpatsch: hashedPasswordFile --- machines/profpatsch/lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/profpatsch/lib.nix b/machines/profpatsch/lib.nix index bda68377..4b8bd64a 100644 --- a/machines/profpatsch/lib.nix +++ b/machines/profpatsch/lib.nix @@ -19,7 +19,7 @@ rec { uid = 1000; createHome = true; home = "/home/philip"; - passwordFile = "${home}/.config/passwd"; + hashedPasswordFile = "${home}/.config/passwd"; shell = "${lib.getBin fish}/bin/fish"; openssh.authorizedKeys.keys = authKeys; isNormalUser = true; -- cgit 1.4.1