This commit is contained in:
iFargle 2023-07-06 20:10:47 +09:00
parent 04617073fe
commit 31f7c1116a

View file

@ -55,7 +55,7 @@
enable = true; enable = true;
allowedTCPPorts = [ ]; allowedTCPPorts = [ ];
allowedUDPPorts = [ ]; allowedUDPPorts = [ ];
networking.interfaces.tailscale0.allowedTCPPorts = [ 22 ]; interfaces.tailscale0.allowedTCPPorts = [ 22 ];
}; };
}; };