Changes
1 changed files (+2/-7)
-
-
@@ -8,18 +8,13 @@{ nix = { # BAD NIX STORE STOP BEING 100GB # Don't run the optimiser automatically though, since it doesn't save that much space and messes up generation build dates # There's also auto-optimise-store but it apparently has performance issues gc = { automatic = true; dates = "weekly"; options = "--delete-older-than 7d"; }; optimise = { automatic = true; # TODO: Optimiser messed up generation build dates # https://github.com/NixOS/nixpkgs/issues/435555 # Run the optimiser on a different day since running it simultaneously with the gc might also be buggy? dates = [ "wednesday" ]; }; settings = { # Don't trash my $HOME please like come on it's not 2005 anymore use-xdg-base-directories = true;
-