Skip to content

Commit

Permalink
unit
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcPartensky committed Sep 20, 2023
1 parent ebeb978 commit 268d984
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 @@ -348,6 +348,8 @@
systemd.user.services.autossh = {
Unit = {
Description = "Connect to my tower remotely.";
StartLimitBurst = "10";
StartLimitIntervalSec = "5";
};
Service = {
Type = "exec";
Expand All @@ -363,8 +365,6 @@
[email protected]
'';
Restart = "on-failure";
StartLimitBurst = "10";
StartLimitIntervalSec = "5";
};
Install = { WantedBy = [ "network.target" ]; };
# enable = true;
Expand Down

0 comments on commit 268d984

Please sign in to comment.