From 2df9bcc002e0b0a2005bb39fe0aa681773f2ed52 Mon Sep 17 00:00:00 2001 From: workflow <4farlion@gmail.com> Date: Mon, 26 Aug 2024 10:07:10 +0100 Subject: [PATCH] feat(i3status-rust): update tailscale up cmd --- flake.lock | 4 ++-- home/i3status-rust.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 8007b08..d80efb4 100644 --- a/flake.lock +++ b/flake.lock @@ -171,8 +171,8 @@ }, "secrets": { "locked": { - "lastModified": 1724400947, - "narHash": "sha256-YgD/SN3OQJCIp0PPVMzJSaXuwd/eMNFNvnSqSeXgl1E=", + "lastModified": 1724663129, + "narHash": "sha256-48B8aRk86AL0OhUQtWUvpssd1aFoYmE9RbZAEobCWsI=", "path": "/home/farlion/code/nixos-secrets", "type": "path" }, diff --git a/home/i3status-rust.nix b/home/i3status-rust.nix index a4a9cb4..535e801 100644 --- a/home/i3status-rust.nix +++ b/home/i3status-rust.nix @@ -179,7 +179,7 @@ in { click = [ { button = "left"; - cmd = "sudo tailscale up --accept-routes --accept-dns=true"; + cmd = "sudo tailscale up --accept-routes --accept-dns=true --ssh"; } { button = "right";