This commit is contained in:
Aubrey 2025-01-30 21:07:30 -06:00
parent 368aca81f6
commit f4381167da
No known key found for this signature in database

View file

@ -74,7 +74,7 @@
};
config = lib.mkIf config.services.wanireminder.enable {
systemd.timers.wanireminder = {
wantedBy = [ "timers.target" ];
wantedBy = ["timers.target"];
after = ["network.target"];
timerConfig = {
OnCalendar = config.services.wanireminder.calendarTimes;