Move hashed password

This commit is contained in:
Vili Sinervä 2024-10-07 21:26:33 +03:00
parent 6b6ce3612e
commit 2be3440737
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -11,7 +11,7 @@
"audio" "audio"
]; ];
openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys; openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys;
hashedPasswordFile = "/home/vili/.hashedPasswordFile"; hashedPasswordFile = "/root/hashed-passwords/vili";
}; };
users.groups.vili.gid = 1000; users.groups.vili.gid = 1000;