Skip to content

Commit 6ce65a8

Browse files
Add dependency on network-online.target in nix module
not just After, because this unit isn't required by default!
1 parent b8f59d0 commit 6ce65a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nix/module.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ in
180180
description = "I405-Tunnel Client";
181181
# unlike the server, we want to wait until we can actually connect to the server before attempting to do so
182182
after = [ "network-online.target" ];
183+
wants = [ "network-online.target" ];
183184
script = let allArgs = (
184185
["client"]
185186
++ ["--peer" cfg.peer]

0 commit comments

Comments
 (0)