From 14b568f36f02f7fc6e311fc33c9c882e33eeeff9 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 19 Jul 2024 22:25:47 -0400 Subject: [PATCH] Revert "hosts: enable tailscale ssh" This reverts commit e7bb6fc6764fe9c6eec8533b3e69720051df7b68. --- hosts/common/network.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/common/network.nix b/hosts/common/network.nix index a2ba7a39..44f52c67 100644 --- a/hosts/common/network.nix +++ b/hosts/common/network.nix @@ -10,8 +10,7 @@ services.tailscale = { enable = true; - authKeyFile = config.age.secrets.tailscaleAuthKey.path; - extraUpFlags = ["--ssh"]; openFirewall = true; + authKeyFile = config.age.secrets.tailscaleAuthKey.path; }; }