1
0
Fork 0
dotfiles/system/nixos/tailscale-nodns.nix

7 lines
78 B
Nix

{
services.tailscale.extraUpFlags = [
"--accept-dns"
"false"
];
}