about summary refs log tree commit diff
path: root/users/grfn/system/system/modules/common.nix
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-12-27T04·05-0500
committerclbot <clbot@tvl.fyi>2021-12-27T04·08+0000
commitb5a5f68fffb852f66766b54a83da8871bf474d88 (patch)
treee1554236ea5f9fcf904652493a305b5fc8be137c /users/grfn/system/system/modules/common.nix
parent41aedd231d32ba21111887d094743f5b89d9d72f (diff)
refactor(grfn/system): Don't set autoOptimiseStore r/3460
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
Diffstat (limited to 'users/grfn/system/system/modules/common.nix')
-rw-r--r--users/grfn/system/system/modules/common.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/users/grfn/system/system/modules/common.nix b/users/grfn/system/system/modules/common.nix
index a91584680d..6a8cce7d96 100644
--- a/users/grfn/system/system/modules/common.nix
+++ b/users/grfn/system/system/modules/common.nix
@@ -62,7 +62,6 @@ with lib;
 
   nix = {
     trustedUsers = [ "grfn" ];
-    autoOptimiseStore = true;
     distributedBuilds = true;
 
     gc = {