nix: Increase garbage collection to once a week

This commit is contained in:
Erwin Boskma 2024-02-09 20:39:15 +01:00
parent c93ea5370a
commit 8f5c2f90a2
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -85,7 +85,7 @@ in
gc = {
automatic = true;
dates = "daily";
dates = "weekly";
options = "--delete-older-than 30d";
};
};