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;
|
||||
trusted-users = [ "@wheel" ];
|
||||
require-sigs = true;
|
||||
auto-optimise-store = true;
|
||||
builders-use-substitutes = true;
|
||||
substituters = [
|
||||
"https://f000.backblazeb2.com/file/cache-chir-rs/"
|
||||
|
@ -27,10 +26,6 @@
|
|||
dates = "weekly";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
optimise = {
|
||||
automatic = true;
|
||||
dates = [ "weekly" ];
|
||||
};
|
||||
buildMachines = [
|
||||
#{
|
||||
# hostName = "build-nas";
|
||||
|
|
|
@ -218,4 +218,5 @@
|
|||
"gccarch-skylake"
|
||||
"ca-derivations"
|
||||
];
|
||||
nix.settings.auto-optimise-store = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue