Enable tailscale on nixos
This commit is contained in:
parent
9ec2dcfeee
commit
7b7bf07082
2 changed files with 10 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue