remoteClient disable distributed builds and remove substituter

This commit is contained in:
Kabbone 2024-03-24 17:17:05 +01:00
parent 5b63ced9e5
commit f3388b4dbf
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

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"
];
};
};