This commit is contained in:
parent
60a3b4eb33
commit
05cd784da0
2 changed files with 1 additions and 2 deletions
|
@ -38,7 +38,6 @@
|
|||
users.users.remotebuild = {
|
||||
isNormalUser = true;
|
||||
createHome = true;
|
||||
homeMode = "400";
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJV9cwMXlbaBdg2gReSnLxH3EV5cyFoSi21f5fZhPfdC kb@Ohybke"
|
||||
];
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Distributed Builds
|
||||
nix.buildMachines = [
|
||||
{
|
||||
hostname = "senfnvp.kb-one.de";
|
||||
hostName = "kb-senfnvp-remotebuild";
|
||||
systems = [ "aarch64-linux" ];
|
||||
protocol = "ssh-ng";
|
||||
maxJobs = 10;
|
||||
|
|
Loading…
Add table
Reference in a new issue