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

7 lines
78 B
Nix
Raw Normal View History

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