mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
Randomize gc time
This commit is contained in:
parent
23e1452157
commit
3c54ffc300
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ with lib;
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
|
randomizedDelaySec = "55min";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue