Try switching to networkd to work around Tailscale DNS configuration issue.

This commit is contained in:
Nolan Darilek 2025-03-27 09:57:45 -05:00
parent 56d96aa1ce
commit d353fb5ba5

View file

@ -53,6 +53,7 @@
externalInterface = "enp5s0"; externalInterface = "enp5s0";
enableIPv6 = true; enableIPv6 = true;
}; };
useNetworkd = true;
}; };
services.openssh.openFirewall = false; services.openssh.openFirewall = false;