Remove profiles older than 30 days with gc
This commit is contained in:
parent
76c10ec22e
commit
70304d26ff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user