mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 18:19:09 +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.
|
# Run the optimizer.
|
||||||
nix.optimise = {
|
nix.optimise = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = [ "daily" ];
|
dates = [ "weekly" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Clear logs that are more than a month old weekly.
|
# Clear logs that are more than a month old weekly.
|
||||||
|
Loading…
Reference in New Issue
Block a user