Machines/WinMax2: set up shell for nixrbld
This commit is contained in:
parent
7535e078fe
commit
19bddffde3
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ in {
|
||||||
groups.nixrbld = {};
|
groups.nixrbld = {};
|
||||||
users.nixrbld = {
|
users.nixrbld = {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
|
useDefaultShell = true;
|
||||||
group = "nixrbld";
|
group = "nixrbld";
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF8v+04ZwqHZRG8P8nxdQt+fGJfzlxHXF0F6jzENb+U6 Remote builder access key"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF8v+04ZwqHZRG8P8nxdQt+fGJfzlxHXF0F6jzENb+U6 Remote builder access key"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue