From 2be3440737881d95b72f556a2bd04c91045daf8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Mon, 7 Oct 2024 21:26:33 +0300 Subject: [PATCH] Move hashed password --- users/vili.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/vili.nix b/users/vili.nix index 74fdd39..391598a 100644 --- a/users/vili.nix +++ b/users/vili.nix @@ -11,7 +11,7 @@ "audio" ]; openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys; - hashedPasswordFile = "/home/vili/.hashedPasswordFile"; + hashedPasswordFile = "/root/hashed-passwords/vili"; }; users.groups.vili.gid = 1000;