🐛 (silicium/system) nix.optimise.dates expects a list of strings

This commit is contained in:
Laureηt 2024-01-13 15:04:05 +01:00
parent 5547167604
commit 498051104a
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -18,7 +18,7 @@
nix.settings.auto-optimise-store = true;
nix.optimise = {
automatic = true;
dates = "12:00";
dates = ["12:00"];
};
# garbage collection