diff --git a/hosts/hopper/profiles/lab/dnsmasq.nix b/hosts/hopper/profiles/lab/dnsmasq.nix index b95423a..e467698 100644 --- a/hosts/hopper/profiles/lab/dnsmasq.nix +++ b/hosts/hopper/profiles/lab/dnsmasq.nix @@ -3,6 +3,8 @@ lib, ... }: { + systemd.services.dnsmasq.serviceConfig.after = ["tailscale"]; + services.dnsmasq = { enable = true; resolveLocalQueries = false;