start dnsmasq after tailscale

This commit is contained in:
xunuwu 2025-07-17 11:04:00 +02:00
parent 37cf349f0b
commit cfaf5bfcf1
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -3,6 +3,8 @@
lib,
...
}: {
systemd.services.dnsmasq.serviceConfig.after = ["tailscale"];
services.dnsmasq = {
enable = true;
resolveLocalQueries = false;