added tailscale

This commit is contained in:
yaroslav
2026-02-23 00:19:30 +03:00
parent ff351023dc
commit 811f0e7006
+4
View File
@@ -44,6 +44,10 @@
networking.firewall.allowedTCPPorts = [ 22 3240 2049 25565 554 80 27040 8044 ];
networking.firewall.allowedUDPPorts = [ 38401 25565 554 80 27031 27032 27033 27034 27035 27036 ];
networking.nftables.enable = true;
# tailscale
services.tailscale.enable = true;
networking.hosts = {
"192.168.1.116" = [ "Clank" ];
"192.168.1.222" = [ "Aphelion" ];