From f86f5a1fc1decd711ea92ca39ab49e83e1164782 Mon Sep 17 00:00:00 2001 From: o-az Date: Wed, 4 Dec 2024 00:51:45 -0800 Subject: [PATCH] chore: sigh --- modules/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix.nix b/modules/nix.nix index 1da2ff0..ef391fe 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -2,13 +2,13 @@ { nix = { # package = pkgs.nix; + optimise.automatic = true; gc = { automatic = true; }; settings = { sandbox = "relaxed"; warn-dirty = false; - auto-optimise-store = true; trusted-users = [ "root" "o"