mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
fixed bitcoin core? added test pass
This commit is contained in:
parent
c4aaf582c6
commit
10c4a97fe1
2 changed files with 16 additions and 28 deletions
|
|
@ -10,11 +10,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
users.mutableUsers = false;
|
||||
users.users = {
|
||||
${config.user.name} = {
|
||||
isNormalUser = true;
|
||||
extraGroups = config.user.groups;
|
||||
openssh.authorizedKeys.keys = [ "${config.user.sshKeys.key1}" ];
|
||||
initialPassword = "123";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue