fix tailscaled dns
This commit is contained in:
parent
6e3512745f
commit
8bc355786f
@ -34,7 +34,9 @@ in
|
||||
enable = true;
|
||||
extraUpFlags = [
|
||||
"--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";
|
||||
|
Loading…
Reference in New Issue
Block a user