remoteClient disable distributed builds and remove substituter
This commit is contained in:
parent
5b63ced9e5
commit
f3388b4dbf
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
nix = {
|
nix = {
|
||||||
distributedBuilds = true;
|
distributedBuilds = false;
|
||||||
buildMachines = [ {
|
buildMachines = [ {
|
||||||
hostName = "hades";
|
hostName = "hades";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
@ -22,7 +22,10 @@
|
|||||||
];
|
];
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://cache.nixos.org"
|
"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