feat: Added allowed ssh key in shiro
This commit is contained in:
@@ -34,6 +34,10 @@
|
||||
distributedBuilds = true;
|
||||
};
|
||||
|
||||
users.users.servius = {
|
||||
# isNormalUser = true;
|
||||
openssh.authorizedKeys.keyFiles = [../../secrets/id_ed25519.pub];
|
||||
};
|
||||
users.users.remotebuilder = {
|
||||
# isNormalUser = true;
|
||||
openssh.authorizedKeys.keyFiles = [../../secrets/id_ed25519.pub];
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
};
|
||||
};
|
||||
shiro = {
|
||||
hostname = "kuro";
|
||||
hostname = "shiro";
|
||||
interactiveSudo = true;
|
||||
profiles.system = {
|
||||
sshUser = "servius";
|
||||
|
||||
Reference in New Issue
Block a user