ljasdjklajkl
This commit is contained in:
@@ -140,6 +140,7 @@ let
|
||||
];
|
||||
group = lib.mkOverride 1499 "${thisHost.ssh.listenUser}"; # mkOptionDefault - 1,
|
||||
};
|
||||
# TODO: https://nix.dev/tutorials/nixos/distributed-builds-setup.html#optimise-the-remote-builder-configuration
|
||||
})
|
||||
(lib.mkIf (thisHostIsBuilder && thatHostIsBuildee && !thatHost.isAlias) {
|
||||
nix.settings.allowed-users = [ thisHost.ssh.listenUser ];
|
||||
|
||||
@@ -52,7 +52,7 @@ noProxyJumpDomains = [ "tail9aac63.ts.net" ]
|
||||
["bolle.tail9aac63.ts.net"]
|
||||
aliases = [ "bolle.pbsds.net" ]
|
||||
buildMachine.systems = ["x86_64-linux", "i686-linux", "riscv64-linux"]
|
||||
buildMachine.maxJobs = 3 # 12 threads 32GB
|
||||
# buildMachine.maxJobs = 3 # 12 threads 32GB
|
||||
buildMachine.speedFactor = 4 # ???
|
||||
buildMachine.supportedFeatures = ["kvm", "nixos-test" ] #, "ccache" ] # no ccache because we have yet to setup distributed ccache
|
||||
buildMachine.protocol = "ssh-ng"
|
||||
|
||||
Reference in New Issue
Block a user