Fix date format for nix optimise service

This commit is contained in:
Fern Garden 2025-09-12 10:11:17 +08:00
parent ed15c47f05
commit 1fa3ece203

View file

@ -17,7 +17,7 @@ with lib; {
# Optimise store. # Optimise store.
optimise = { optimise = {
automatic = true; automatic = true;
dates = "daily"; dates = ["daily"];
}; };
settings = { settings = {