Skip to content

Commit

Permalink
humidity timer: add network-online as a depencency
Browse files Browse the repository at this point in the history
  • Loading branch information
wagdav committed Jul 8, 2024
1 parent e0cf9c1 commit c1cdf10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/push-notifications.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

systemd.timers."send-room-humidity" = {
wantedBy = [ "timers.target" ];
wants = [ "network-online.target" ];
after = [ "network-online.target" ];
timerConfig = {
OnCalendar = [ "*-*-* 8:00" "*-*-* 22:00" ];
Expand Down

0 comments on commit c1cdf10

Please sign in to comment.