fix(darwin): uncomment user and host configurations
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -43,10 +43,10 @@
|
||||
];
|
||||
};
|
||||
users.users.remotebuilder = {
|
||||
isSystemUser = true;
|
||||
# isSystemUser = true;
|
||||
description = "User for Nix remote builds";
|
||||
uid = 700;
|
||||
home = "/var/lib/remotebuilder";
|
||||
# uid = 700;
|
||||
home = "/var/remotebuilder";
|
||||
createHome = true;
|
||||
shell = "/bin/bash";
|
||||
openssh.authorizedKeys.keyFiles = [
|
||||
|
||||
Reference in New Issue
Block a user