Skip to content

Commit

Permalink
roles/zerotier: use OnBootSec delay to fix zerotier start
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Sep 21, 2024
1 parent 4150ae4 commit 2dff0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/zerotier.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ in {
services.zerotierone.enable = true;

# Fix connection issues right after boot.
systemd.services.zerotierone.serviceConfig.Type = "idle";
systemd.services.zerotierone.serviceConfig.OnBootSec = 60;

# Workaround to use file as source of network name.
systemd.services.zerotierone.preStart = ''
Expand Down

0 comments on commit 2dff0e2

Please sign in to comment.