summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/zsh.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index 8da9ac6a..6e34a5a0 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -234,8 +234,8 @@ in
       nup = "nix-env -u";
       nlg = "nix-env --list-generations";
       snlg = "sudo nix-env --list-generations --profile /nix/var/nix/profiles/system";
-      ngc = "nix-collect-garbage --delete-older-than 14d";
-      sngc = "sudo nix-collect-garbage --delete-older-than 14d";
+      ngc = "nix-collect-garbage --delete-older-than 30d";
+      sngc = "sudo nix-collect-garbage --delete-older-than 30d";
     };
 
     envExtra = ''