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

6 lines
72 B
Nix
Raw Normal View History

2024-05-22 20:57:56 +00:00
{
services.tailscale.extraUpFlags = [
2024-05-31 09:54:56 +00:00
"--accept-dns=false"
2024-05-22 20:57:56 +00:00
];
}