From b0ed6005f1e338b1a75735b9bc9d923d9d56c29f Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 18 Apr 2024 10:20:28 -0400 Subject: [PATCH] Revert Nix GC period (unsupported option) --- modules/base/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base/system.nix b/modules/base/system.nix index 2b2766f..1224a9c 100644 --- a/modules/base/system.nix +++ b/modules/base/system.nix @@ -82,7 +82,7 @@ with lib; gc = { automatic = true; dates = "daily"; - options = "--delete-older-than +10"; # Keep only the last ten generations + options = "--delete-older-than 7d"; }; # Configure NixOS to use the same software channel as Flakes