mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:03:56 -05:00
switched nix gc from daily to weekly to avoid conflict with nixos upgrade
This commit is contained in:
parent
9744ecc210
commit
ed7850fe3c
|
@ -39,7 +39,7 @@
|
||||||
# Delete generations older than 7 days.
|
# Delete generations older than 7 days.
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "daily";
|
dates = "weekly";
|
||||||
options = "--delete-older-than 7d";
|
options = "--delete-older-than 7d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue