{ systemd.timers.reboot = { wantedBy = [ "timers.target" ]; timerConfig = { OnCalendar = "*-*-* 02:00:00"; Persistent = true; Unit = "reboot.target"; }; }; }