Skip to content

Commit

Permalink
fix(networking): delay tailscale shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Oct 20, 2023
1 parent 4fee96d commit 883c7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/xsession/i3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ in
{ command = "autotiling &"; notification = false; always = true; }

# Disconnect tailscale
{ command = "sudo tailscale down"; notification = false; }
{ command = "sleep 10s && sudo tailscale down"; notification = false; }
]
++ lib.lists.optionals isFlexbox
[
Expand Down

0 comments on commit 883c7e1

Please sign in to comment.