disable automatic store optimizations where dedup is enabled
This commit is contained in:
parent
86bc19fe8a
commit
4b2a3b705e
2 changed files with 1 additions and 5 deletions
|
@ -8,7 +8,6 @@
|
||||||
sandbox = true;
|
sandbox = true;
|
||||||
trusted-users = [ "@wheel" ];
|
trusted-users = [ "@wheel" ];
|
||||||
require-sigs = true;
|
require-sigs = true;
|
||||||
auto-optimise-store = true;
|
|
||||||
builders-use-substitutes = true;
|
builders-use-substitutes = true;
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://f000.backblazeb2.com/file/cache-chir-rs/"
|
"https://f000.backblazeb2.com/file/cache-chir-rs/"
|
||||||
|
@ -27,10 +26,6 @@
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
options = "--delete-older-than 7d";
|
options = "--delete-older-than 7d";
|
||||||
};
|
};
|
||||||
optimise = {
|
|
||||||
automatic = true;
|
|
||||||
dates = [ "weekly" ];
|
|
||||||
};
|
|
||||||
buildMachines = [
|
buildMachines = [
|
||||||
#{
|
#{
|
||||||
# hostName = "build-nas";
|
# hostName = "build-nas";
|
||||||
|
|
|
@ -218,4 +218,5 @@
|
||||||
"gccarch-skylake"
|
"gccarch-skylake"
|
||||||
"ca-derivations"
|
"ca-derivations"
|
||||||
];
|
];
|
||||||
|
nix.settings.auto-optimise-store = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue