garbage-collect now properly displays space freed up from clearing trash can, also optimises the nix store as well

This commit is contained in:
2024-11-26 15:18:25 -05:00
parent a6a4d84ae7
commit 5bfbb541c5
2 changed files with 22 additions and 16 deletions

View File

@@ -7,15 +7,9 @@
system.stateVersion = "25.05";
nix = {
settings = {
auto-optimise-store = true;
experimental-features = [ "nix-command" "flakes" ];
substituters = [ "https://nix-gaming.cachix.org" ];
};
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d";
};
};
time.timeZone = "America/New_York";
i18n.defaultLocale = "en_US.UTF-8";