From 2ffd00737e7a91bd3d9e3f2595122db11d6721a5 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 28 Dec 2022 15:36:43 +0000 Subject: [PATCH] Make tailscale trusted everywhere --- hosts/bigding/configuration.nix | 1 - hosts/common/default.nix | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/bigding/configuration.nix b/hosts/bigding/configuration.nix index 51be9e2..02465fd 100644 --- a/hosts/bigding/configuration.nix +++ b/hosts/bigding/configuration.nix @@ -31,7 +31,6 @@ allowedUDPPorts = [41641]; }; }; - firewall.trustedInterfaces = ["tailscale0"]; }; services.syncthing = { diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 10f1685..93fefa3 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -73,6 +73,8 @@ in { EDITOR = "hx"; }; + networking.firewall.trustedInterfaces = ["tailscale0"]; + programs.zsh.enable = true; services = {