My Nix Configuration

[marvin.services] gdq-calendars: fix OnCalendar spec

pyrox.dev bd26fb6e 67c2d44c

verified
Changed files
+1 -1
systems
x86_64-linux
marvin
services
+1 -1
systems/x86_64-linux/marvin/services/gdq-cals.nix
···
timers.gdq-calendars = {
wantedBy = [ "timers.target" ];
timerConfig = {
-
OnCalendar = "*-*-* */2:00:00";
+
OnCalendar = "*-*-* 00/2:00:00";
Unit = "gdq-calendars.service";
};
};