diff options
Diffstat (limited to 'nixos/common.nix')
-rw-r--r-- | nixos/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index a3397c1..25b87eb 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -103,7 +103,7 @@ in # -------------------- packages --------------------- nixpkgs.config.allowUnfree = true; - nix.gc.automatic = true; + nix.gc.automatic = pkgs.lib.mkDefault true; nix.gc.options = "--delete-older-than 30d"; nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.substituters = [ "https://nix.web.deuxfleurs.fr" ]; |