remoteClient disable distributed builds and remove substituter
This commit is contained in:
parent
5b63ced9e5
commit
f3388b4dbf
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user