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"