marukuru: add builder1 user
This commit is contained in:
parent
cc168a96d9
commit
a68ea0ce27
1 changed files with 8 additions and 0 deletions
|
@ -201,6 +201,14 @@ in {
|
||||||
shell = "/bin/sh";
|
shell = "/bin/sh";
|
||||||
group = "phabricator";
|
group = "phabricator";
|
||||||
};
|
};
|
||||||
|
builder1 = {
|
||||||
|
isSystemUser = true;
|
||||||
|
hashedPassword = "";
|
||||||
|
shell = "/bin/sh";
|
||||||
|
openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIGXwDOm+ZwWNp97+W1cdzMCzfBzwP0CHt9lxPTSzomU"];
|
||||||
|
createHome = true;
|
||||||
|
home = "/home/builder1";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
security.sudo.extraRules = [{
|
security.sudo.extraRules = [{
|
||||||
users = [ "vcs" "anonvcs" ];
|
users = [ "vcs" "anonvcs" ];
|
||||||
|
|
Loading…
Reference in a new issue