From aa9d2a5e03ea5c55f908c14865779c718ea67331 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sat, 13 May 2023 14:11:07 +0200 Subject: [PATCH] tailscale: remove openUDP (moved to headscale) --- hosts/architect/tailscale.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/architect/tailscale.nix b/hosts/architect/tailscale.nix index 8feedf2..014aad0 100644 --- a/hosts/architect/tailscale.nix +++ b/hosts/architect/tailscale.nix @@ -8,8 +8,6 @@ let in { architect = { - firewall.openUDP = [ config.services.tailscale.port ]; - networks.tailscale = { interface = "ts0"; net = "100.64.0.0/10";