justinhschaaf / nixos-config

WIP
MIT License
1 stars 1 forks source link

systemd timers are not registered for jsupdate and jsbackup #2

Closed justinhschaaf closed 3 weeks ago

justinhschaaf commented 3 weeks ago

systemd timers and services are not registered for the jsupdate and jsbackup modules, meaning these services are never run.

Steps to reproduce

Open a terminal and run systemctl list-timers --all to view a list of all systemd timers. Note that while other modules' timers are present (e.g. most notably nh-clean), jsupdate and jsbackup are not present.

Troubleshooting steps taken

Output logs

For systemctl list-timers --all

``` NEXT LEFT LAST PASSED UNIT ACTIVATES Sun 2024-10-06 05:00:00 PDT 25min Sun 2024-10-06 04:00:12 PDT 34min ago logrotate.timer logrotate.service Sun 2024-10-06 05:45:47 PDT 1h 11min Sun 2024-10-06 04:14:17 PDT 20min ago fwupd-refresh.timer fwupd-refresh.service Mon 2024-10-07 00:00:00 PDT 19h Fri 2024-10-04 07:57:19 PDT - nh-clean.timer nh-clean.service Mon 2024-10-07 03:07:24 PDT 22h Sun 2024-10-06 03:07:24 PDT 1h 27min ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service Mon 2024-10-07 03:49:34 PDT 23h Sun 2024-10-06 04:05:33 PDT 28min ago nix-optimise.timer nix-optimise.service 5 timers listed. ```