global/nix: don't create home for remotebuild
This commit is contained in:
parent
fca49effd3
commit
bdf75c820f
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ with lib;
|
||||||
users.users.remotebuild = {
|
users.users.remotebuild = {
|
||||||
description = "Unprivledged user for Nix remote builds";
|
description = "Unprivledged user for Nix remote builds";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
createHome = false;
|
||||||
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