refactor(grfn/system): Don't set autoOptimiseStore
I have a (unconfirmed) suspicion that this is paying more in CPU time than it's saving in disk space - regardless, I have a bounty of the latter and a deficit of the former. Change-Id: I3375b8d904e0878fd47c1845e3c3b9b6c6359189 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4700 Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
41aedd231d
commit
b5a5f68fff
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ with lib;
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
trustedUsers = [ "grfn" ];
|
trustedUsers = [ "grfn" ];
|
||||||
autoOptimiseStore = true;
|
|
||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
|
|
||||||
gc = {
|
gc = {
|
||||||
|
|
Loading…
Reference in a new issue