diff --git a/mixins/tailscale.nix b/mixins/tailscale.nix index 5ba7589..c182898 100644 --- a/mixins/tailscale.nix +++ b/mixins/tailscale.nix @@ -18,8 +18,8 @@ description = "Automatic connection to Tailscale"; # make sure tailscale is running before trying to connect to tailscale - after = [ "network-pre.target" "tailscale.service" ]; - wants = [ "network-pre.target" "tailscale.service" ]; + after = [ "network-pre.target" "tailscaled.service" ]; + wants = [ "network-pre.target" "tailscaled.service" ]; wantedBy = [ "multi-user.target" ]; # set this service as a oneshot job