11 lines
227 B
Nix
11 lines
227 B
Nix
{
|
|
services.tailscale = {
|
|
enable = true;
|
|
disableUpstreamLogging = true;
|
|
disableTaildrop = true;
|
|
extraSetFlags = [
|
|
"--accept-dns=false"
|
|
"--ssh=false"
|
|
];
|
|
};
|
|
} |