darwin fixes

This commit is contained in:
2025-08-19 18:08:45 -07:00
parent e4aa64145c
commit efe2c7cc0a
2 changed files with 48 additions and 1 deletions

View File

@@ -26,7 +26,11 @@
# nix.settings.auto-optimise-store = true;
nix.gc = {
automatic = true;
interval = "weekly";
interval = [{
Hour = 2;
Minute = 30;
Weekday = 7;
}];
# persistent = true;
options = "--delete-older-than 30d";
};