From 883c7e1eacbf6902deee1932dea879bd2cb7ab14 Mon Sep 17 00:00:00 2001 From: workflow <4farlion@gmail.com> Date: Fri, 20 Oct 2023 23:20:24 +0100 Subject: [PATCH] fix(networking): delay tailscale shutdown --- home/xsession/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/xsession/i3.nix b/home/xsession/i3.nix index 817b1175..8a987368 100644 --- a/home/xsession/i3.nix +++ b/home/xsession/i3.nix @@ -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 [