From e8724607b4299c3f06a6f1a07d5a52f4fb58cbaf Mon Sep 17 00:00:00 2001 From: Jeremy Stucki Date: Tue, 21 May 2024 07:36:57 +0200 Subject: [PATCH] Disable automatic garbage collection --- common/nixos.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/nixos.nix b/common/nixos.nix index 8f37c81..d64c7e3 100644 --- a/common/nixos.nix +++ b/common/nixos.nix @@ -11,11 +11,6 @@ "flakes" ]; - nix.gc = { - automatic = true; - dates = "monthly"; - options = "--delete-older-than 60d"; - }; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions