mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -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.
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue