From d353fb5ba5154f6da53cb49ea6a6ffd58ba96a0d Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 27 Mar 2025 09:57:45 -0500 Subject: [PATCH] Try switching to networkd to work around Tailscale DNS configuration issue. --- hosts/hub/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hub/default.nix b/hosts/hub/default.nix index 777a409..cda7574 100644 --- a/hosts/hub/default.nix +++ b/hosts/hub/default.nix @@ -53,6 +53,7 @@ externalInterface = "enp5s0"; enableIPv6 = true; }; + useNetworkd = true; }; services.openssh.openFirewall = false;