1
0
Fork 0

Reduce gc-noise

This commit is contained in:
Malte Brandy 2019-08-12 12:54:55 +02:00
parent a25aa5ef30
commit de70bb1cf1

View file

@ -42,7 +42,10 @@ in {
binaryCachePublicKeys =
[ "ryantrinkle.com-1:JJiAKaRv9mWgpVAz8dwewnZe0AzzEAzPkagE9SP5NWI=" ];
nixPath = [ "/etc/nix-path" ];
extraOptions = "fallback = true";
extraOptions = ''
fallback = true
keep-outputs = true
'';
gc.options = "--delete-older-than 5d";
};