dots/modules/nixos/features/tailscale.nix

8 lines
108 B
Nix

{
services.tailscale = {
enable = true;
extraSetFlags = [
"--accept-dns=true"
];
};
}