global/nix: make remotebuild a system user
This commit is contained in:
parent
e3088abb66
commit
7e663ee5f3
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ with lib;
|
||||||
|
|
||||||
users.users.remotebuild = {
|
users.users.remotebuild = {
|
||||||
description = "Unprivledged user for Nix remote builds";
|
description = "Unprivledged user for Nix remote builds";
|
||||||
isNormalUser = true;
|
isSystemUser = true;
|
||||||
createHome = false;
|
shell = pkgs.bashInteractive;
|
||||||
openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys;
|
openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys;
|
||||||
group = "remotebuild";
|
group = "remotebuild";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue