From ad86e4b9047d9386a535541cc24bf96e907a3ece Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 3 Jul 2026 21:16:19 -0500 Subject: [PATCH] DIsable netbird in config --- hosts/common/networking.nix | 2 +- hosts/server/default.nix | 2 +- hosts/workstation/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/common/networking.nix b/hosts/common/networking.nix index d4ab1c5..99510eb 100644 --- a/hosts/common/networking.nix +++ b/hosts/common/networking.nix @@ -7,7 +7,7 @@ dhcpcd.enable = false; firewall = { enable = true; - trustedInterfaces = ["tailscale0" "wt0"]; + trustedInterfaces = ["tailscale0"]; checkReversePath = "loose"; allowedUDPPorts = [config.services.tailscale.port]; allowedTCPPortRanges = [ diff --git a/hosts/server/default.nix b/hosts/server/default.nix index fcfabf6..02bf979 100644 --- a/hosts/server/default.nix +++ b/hosts/server/default.nix @@ -80,7 +80,7 @@ in { services = { netbird = { - enable = true; + enable = false; }; pcscd = {enable = true;}; beszel-agent = {enable = true;}; diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 41dc6b0..424ff68 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -160,7 +160,7 @@ in { services = { netbird = { - enable = true; + enable = false; }; power-profiles-daemon.enable = false; avahi = {