forked from lix-project/hydra
hydra-module: Remove `nix.*' settings.
This commit is contained in:
parent
a6c7870120
commit
63500acc37
|
@ -122,14 +122,6 @@ in
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
# Should these 3 really be here?
|
|
||||||
nix.maxJobs = 0;
|
|
||||||
nix.distributedBuilds = true;
|
|
||||||
nix.manualNixMachines = true;
|
|
||||||
|
|
||||||
nix.useChroot = true;
|
|
||||||
nix.nrBuildUsers = 100;
|
|
||||||
|
|
||||||
nix.gc.automatic = true;
|
nix.gc.automatic = true;
|
||||||
# $3 / $4 don't always work depending on length of device name
|
# $3 / $4 don't always work depending on length of device name
|
||||||
nix.gc.options = ''--max-freed "$((200 * 1024**3 - 1024 * $(df /nix/store | tail -n 1 | awk '{ print $3 }')))"'';
|
nix.gc.options = ''--max-freed "$((200 * 1024**3 - 1024 * $(df /nix/store | tail -n 1 | awk '{ print $3 }')))"'';
|
||||||
|
|
Loading…
Reference in a new issue