profiles/system: update store optimization to occur weekly

This commit is contained in:
Gabriel Arazas 2022-07-09 10:44:49 +08:00
parent 95d30dbdcf
commit 747a78b6d9

View File

@ -136,7 +136,7 @@ in {
# Run the optimizer.
nix.optimise = {
automatic = true;
dates = [ "daily" ];
dates = [ "weekly" ];
};
# Clear logs that are more than a month old weekly.