tailscaled dns revert

This commit is contained in:
Motiejus Jakštys 2024-11-21 06:52:30 +02:00
parent c5192a5256
commit 6e3512745f

View File

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