remoteClient disable distributed builds and remove substituter

This commit is contained in:
2024-03-24 17:17:05 +01:00
parent 5b63ced9e5
commit f3388b4dbf

View File

@@ -3,7 +3,7 @@
{
nix = {
distributedBuilds = true;
distributedBuilds = false;
buildMachines = [ {
hostName = "hades";
system = "x86_64-linux";
@@ -22,7 +22,10 @@
];
substituters = [
"https://cache.nixos.org"
"ssh-ng://nixremote@hades.home.opel-online.de"
#"ssh-ng://nixremote@hades.home.opel-online.de"
];
trusted-users = [
"kabbone"
];
};
};