Fix nix-index timer

This commit is contained in:
Filippo Berto 2022-06-01 14:17:07 +02:00
parent 2916aaa29b
commit dfd4548fba

View file

@ -21,6 +21,7 @@
timers."nix-index" = {
Unit.Description = "Daily update the nix-locate database";
Timer = { OnCalendar = "daily"; Persistent = true; Unit = "nix-index.service";};
Install.WantedBy = [ "timers.target" ];
};
};
}