Added garbage collection optimisation

This commit is contained in:
Serĉanto de Scio 2019-08-08 13:53:48 +10:00
parent 9373c7b29d
commit e50057c4f4
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -20,6 +20,7 @@
nix.gc.automatic = true; nix.gc.automatic = true;
nix.gc.dates = "weekly"; nix.gc.dates = "weekly";
nix.gc.options = "--delete-older-than 90d"; nix.gc.options = "--delete-older-than 90d";
nix.autoOptimiseStore = true;
# Set the system-wide environment # Set the system-wide environment
environment = { environment = {