Remove profiles older than 30 days with gc

This commit is contained in:
Rodrigo Arias 2023-06-14 13:55:19 +02:00
parent 76c10ec22e
commit 70304d26ff

View File

@ -46,6 +46,7 @@
nix.settings.trusted-users = [ "@wheel" ];
nix.gc.automatic = true;
nix.gc.dates = "weekly";
nix.gc.options = "--delete-older-than 30d";
programs.zsh.enable = true;
programs.zsh.histSize = 100000;