fix tailscaled dns

This commit is contained in:
Motiejus Jakštys 2024-11-21 06:54:12 +02:00
parent 6e3512745f
commit 8bc355786f

View File

@ -34,7 +34,9 @@ in
enable = true; enable = true;
extraUpFlags = [ extraUpFlags = [
"--operator=${config.mj.username}" "--operator=${config.mj.username}"
#"--accept-dns=${if cfg.acceptDNS then "true" else "false"}" ];
extraSetFlags = [
"--accept-dns=${if cfg.acceptDNS then "true" else "false"}"
]; ];
}; };
networking.firewall.checkReversePath = "loose"; networking.firewall.checkReversePath = "loose";