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 = {
|
||||
description = "Unprivledged user for Nix remote builds";
|
||||
isNormalUser = true;
|
||||
createHome = false;
|
||||
isSystemUser = true;
|
||||
shell = pkgs.bashInteractive;
|
||||
openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys;
|
||||
group = "remotebuild";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue