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

4
nixos/flake.lock generated
View file

@ -327,11 +327,11 @@
"locked": {
"lastModified": 1,
"narHash": "sha256-rADqSJu492bURPi5fmvPyeG1B5bV3k2hfGR+VfHn1Ig=",
"path": "/nix/store/a38igb5r8xpg1488qcgqmx5smdxsdik5-source/nixos/programs/shadps4",
"path": "/nix/store/yij96zw3v76xkxzaa1zrp6nw69ih0axh-source/nixos/programs/shadps4",
"type": "path"
},
"original": {
"path": "/nix/store/a38igb5r8xpg1488qcgqmx5smdxsdik5-source/nixos/programs/shadps4",
"path": "/nix/store/yij96zw3v76xkxzaa1zrp6nw69ih0axh-source/nixos/programs/shadps4",
"type": "path"
}
},

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.