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:
Griffin Smith 2021-12-26 23:05:17 -05:00 committed by clbot
parent 41aedd231d
commit b5a5f68fff

View file

@ -62,7 +62,6 @@ with lib;
nix = {
trustedUsers = [ "grfn" ];
autoOptimiseStore = true;
distributedBuilds = true;
gc = {