update nix store optimisation times
This commit is contained in:
parent
4a8655b32f
commit
6cc9825a6b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
nix.optimise = {
|
nix.optimise = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "daily";
|
dates = ["daily"];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Garbage collection -- Keep the system clean
|
# Garbage collection -- Keep the system clean
|
||||||
|
|
Loading…
Reference in a new issue