start dnsmasq after tailscale
This commit is contained in:
parent
37cf349f0b
commit
cfaf5bfcf1
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
systemd.services.dnsmasq.serviceConfig.after = ["tailscale"];
|
||||||
|
|
||||||
services.dnsmasq = {
|
services.dnsmasq = {
|
||||||
enable = true;
|
enable = true;
|
||||||
resolveLocalQueries = false;
|
resolveLocalQueries = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue