about summary refs log tree commit diff
path: root/machines/profpatsch/lib.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/lib.nix')
-rw-r--r--machines/profpatsch/lib.nix2
1 files changed, 1 insertions, 1 deletions
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;