darwin fixes
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user