diff options
| author | Seth Flynn <[email protected]> | 2025-02-06 21:01:11 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-07 22:51:57 -0500 |
| commit | 7baba7111bffbf3dafc41c66d7cc138526294f53 (patch) | |
| tree | cf202cf9c7c02af8ad11a91dfd315709504add3f /modules/shared | |
| parent | 9f4ec84e3d7f95bfc3b3305541b098423278e389 (diff) | |
modules: better tune `nix.gc` settings
Diffstat (limited to 'modules/shared')
| -rw-r--r-- | modules/shared/defaults/nix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shared/defaults/nix.nix b/modules/shared/defaults/nix.nix index 23becf9..6cc896d 100644 --- a/modules/shared/defaults/nix.nix +++ b/modules/shared/defaults/nix.nix @@ -35,7 +35,7 @@ in gc = { automatic = lib.mkDefault true; - options = lib.mkDefault "--delete-older-than 2d"; + options = lib.mkDefault "--delete-older-than 5d"; }; registry = lib.mapAttrs (lib.const ( |
