mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
test password
This commit is contained in:
parent
e6aaead5d5
commit
832cd6de4c
3 changed files with 9 additions and 1 deletions
|
|
@ -19,11 +19,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
users.mutableUsers = false;
|
||||
|
||||
users.users = {
|
||||
${config.user.name} = {
|
||||
"${config.user.name}" = {
|
||||
isNormalUser = true;
|
||||
extraGroups = config.user.groups;
|
||||
openssh.authorizedKeys.keys = [ "${config.user.keys.ssh.primary}" ];
|
||||
password = "123";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue