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

6 lines
72 B
Nix

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