added tailscale
This commit is contained in:
@@ -44,6 +44,10 @@
|
|||||||
networking.firewall.allowedTCPPorts = [ 22 3240 2049 25565 554 80 27040 8044 ];
|
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.firewall.allowedUDPPorts = [ 38401 25565 554 80 27031 27032 27033 27034 27035 27036 ];
|
||||||
networking.nftables.enable = true;
|
networking.nftables.enable = true;
|
||||||
|
|
||||||
|
# tailscale
|
||||||
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
"192.168.1.116" = [ "Clank" ];
|
"192.168.1.116" = [ "Clank" ];
|
||||||
"192.168.1.222" = [ "Aphelion" ];
|
"192.168.1.222" = [ "Aphelion" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user