Run the garbage collector once a week

This commit is contained in:
Rodrigo Arias 2023-04-11 21:21:22 +02:00
parent 93a37b8353
commit b5153009ea

View File

@ -41,6 +41,7 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.sandbox = "relaxed";
nix.gc.automatic = true;
nix.gc.dates = "weekly";
programs.zsh.enable = true;
programs.zsh.histSize = 100000;