From 82a79583e2f095e7895e2b0d5474d269636a0e20 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 7 Jul 2024 21:49:55 +0400 Subject: [PATCH] nix gc issue --- modules/shell/nix/optimization.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shell/nix/optimization.nix b/modules/shell/nix/optimization.nix index c8506aee..095e108e 100644 --- a/modules/shell/nix/optimization.nix +++ b/modules/shell/nix/optimization.nix @@ -16,7 +16,7 @@ in gc = { automatic = true; dates = "weekly"; - options = "--delete-older-than 1w"; + options = "--delete-older-than 14d"; }; # optimizes store to reduce storage space :) # does do alot on the cpu though :p