Move hashed password
This commit is contained in:
parent
6b6ce3612e
commit
2be3440737
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue