Automatic optimization and pruning.
1 files changed, 8 insertions(+), 0 deletions(-) M configuration.nix
M configuration.nix => configuration.nix +8 -0
@@ 136,6 136,14 @@ }; }; # Optimise the disk storage usage nix.settings.auto-optimise-store = true; nix.gc = { automatic = true; dates = "weekly"; options = "--delete-older-than 60d"; }; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave