Fix date format for nix optimise service
This commit is contained in:
parent
ed15c47f05
commit
1fa3ece203
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ with lib; {
|
||||||
# Optimise store.
|
# Optimise store.
|
||||||
optimise = {
|
optimise = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "daily";
|
dates = ["daily"];
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue