mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
nix-gc: rename frequency to dates
This commit is contained in:
parent
3001400e9f
commit
6911d3e7f4
8 changed files with 87 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
frequency = "monthly";
|
||||
dates = [ "monthly" ];
|
||||
randomizedDelaySec = "42min";
|
||||
options = "--delete-older-than 30d --max-freed $((64 * 1024**3))";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue