From 9137829f028dbf7944ed231a948db379812f7142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 31 May 2024 21:45:12 -0300 Subject: [PATCH] nix: don't optimise on every build this makes builds slower --- system/nix.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/system/nix.nix b/system/nix.nix index 18ac258..ac8a8be 100644 --- a/system/nix.nix +++ b/system/nix.nix @@ -22,7 +22,6 @@ in }; optimise.automatic = true; settings = { - auto-optimise-store = true; trusted-users = [ "root" "@wheel"