This commit is contained in:
2026-04-01 16:41:37 -03:00
parent fd10ef1b32
commit d8c09047f5
4 changed files with 71 additions and 76 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
## tailscale
services.tailscale = {
enable = true;
extraUpFlags = [ "--advertise-exit-node" "--ssh"];
extraUpFlags = [ "--exit-node=100.121.29.98" "--exit-node-allow-lan-access=true" "--ssh" "--accept-dns=true" ];
};
networking.nftables.enable = true;
networking.firewall = {