misc: garbage-collect nixos profiles older than 30 days
This commit is contained in:
parent
473e113c4f
commit
eb557507d0
|
@ -5,6 +5,7 @@
|
|||
automatic = true;
|
||||
dates = "weekly";
|
||||
randomizedDelaySec = "45min";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
nix.optimise.automatic = true;
|
||||
services.fstrim.enable = true;
|
||||
|
|
Loading…
Reference in a new issue