about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2024-02-14 14:21:26 +0100
committerProfpatsch <mail@profpatsch.de>2024-02-14 14:36:28 +0100
commitc06402546e04a5d2258e8c56b4f59778c38da81c (patch)
treec44f94a70a1eff329e0336ac9e642cc8a0cbad5f
parent8ac7eea258555a9a2f17b5653e2b45f360ce9379 (diff)
machines/profpatsch: hashedPasswordFile
-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;