Skip to content

Commit

Permalink
1m
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcPartensky committed Sep 20, 2023
1 parent 03b2b11 commit 6bf8be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/.config/home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,9 @@
Timer = {
Unit = "autossh";
# OnBootSec = "1m";
# OnUnitActiveSec = "24h";
OnUnitActiveSec = "1m";
# OnCalendar = "*-*-* 4:00:00";
OnCalendar = "Hourly";
# OnCalendar = "Hourly";
Persistent = true;
};
Install.WantedBy = [ "timers.target" ];
Expand Down

0 comments on commit 6bf8be3

Please sign in to comment.