From 2dd3ade48351838d8b4f5c4fc242f288955067d9 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:03 +1000 Subject: [PATCH] fix: remove store clean from nixos common --- hosts/nixos-common.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/nixos-common.nix b/hosts/nixos-common.nix index eca85d9..52207d4 100644 --- a/hosts/nixos-common.nix +++ b/hosts/nixos-common.nix @@ -31,13 +31,6 @@ # Enable sysrq boot.kernel.sysctl."kernel.sysrq" = 1; - # Auto store clean - nix.gc = { - automatic = true; - dates = "weekly"; - options = "--delete-older-than 7d"; - }; - # This option defines the first version of NixOS you have installed on this particular machine, and is used # to maintain compatibility with application data (e.g. databases) created on older NixOS versions. Most # users should NEVER change this value after the initial install, for any reason, even if you've upgraded