Run the garbage collector once a week
This commit is contained in:
parent
93a37b8353
commit
b5153009ea
@ -41,6 +41,7 @@
|
|||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
nix.settings.sandbox = "relaxed";
|
nix.settings.sandbox = "relaxed";
|
||||||
nix.gc.automatic = true;
|
nix.gc.automatic = true;
|
||||||
|
nix.gc.dates = "weekly";
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
programs.zsh.histSize = 100000;
|
programs.zsh.histSize = 100000;
|
||||||
|
Loading…
Reference in New Issue
Block a user