mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
profiles/system: update store optimization to occur weekly
This commit is contained in:
parent
95d30dbdcf
commit
747a78b6d9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user