Enable tailscale on nixos
This commit is contained in:
parent
9ec2dcfeee
commit
7b7bf07082
2 changed files with 10 additions and 3 deletions
4
nixos/flake.lock
generated
4
nixos/flake.lock
generated
|
@ -327,11 +327,11 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1,
|
"lastModified": 1,
|
||||||
"narHash": "sha256-rADqSJu492bURPi5fmvPyeG1B5bV3k2hfGR+VfHn1Ig=",
|
"narHash": "sha256-rADqSJu492bURPi5fmvPyeG1B5bV3k2hfGR+VfHn1Ig=",
|
||||||
"path": "/nix/store/a38igb5r8xpg1488qcgqmx5smdxsdik5-source/nixos/programs/shadps4",
|
"path": "/nix/store/yij96zw3v76xkxzaa1zrp6nw69ih0axh-source/nixos/programs/shadps4",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/nix/store/a38igb5r8xpg1488qcgqmx5smdxsdik5-source/nixos/programs/shadps4",
|
"path": "/nix/store/yij96zw3v76xkxzaa1zrp6nw69ih0axh-source/nixos/programs/shadps4",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -54,7 +54,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# services.blocky = {
|
tailscale.enable = true;
|
||||||
|
|
||||||
|
tailscale.extraSetFlags = [
|
||||||
|
"--advertise-exit-node"
|
||||||
|
"--exit-node-allow-lan-access"
|
||||||
|
];
|
||||||
|
|
||||||
|
# blocky = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# settings = {
|
# settings = {
|
||||||
# ports.dns = 53; # Port for incoming DNS Queries.
|
# ports.dns = 53; # Port for incoming DNS Queries.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue