From b5a5f68fffb852f66766b54a83da8871bf474d88 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 26 Dec 2021 23:05:17 -0500 Subject: 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 Autosubmit: grfn Tested-by: BuildkiteCI --- users/grfn/system/system/modules/common.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'users') diff --git a/users/grfn/system/system/modules/common.nix b/users/grfn/system/system/modules/common.nix index a91584680d52..6a8cce7d9642 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 = { -- cgit 1.4.1