fixed bitcoin core? added test pass

This commit is contained in:
Bryan Ramos 2024-05-13 22:59:51 -04:00
parent c4aaf582c6
commit 10c4a97fe1
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
2 changed files with 16 additions and 28 deletions

View file

@ -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";
};
};