Enable tailscale on nixos

This commit is contained in:
BuyMyMojo 2025-04-04 19:54:51 +11:00
parent 9ec2dcfeee
commit 7b7bf07082
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
2 changed files with 10 additions and 3 deletions

View file

@ -54,7 +54,14 @@
};
};
# services.blocky = {
tailscale.enable = true;
tailscale.extraSetFlags = [
"--advertise-exit-node"
"--exit-node-allow-lan-access"
];
# blocky = {
# enable = true;
# settings = {
# ports.dns = 53; # Port for incoming DNS Queries.