This commit is contained in:
2025-07-26 15:39:45 +03:00
parent 3d1421f38d
commit fd49bb81f2
+2 -2
View File
@@ -13,8 +13,8 @@
networking.firewall = {
allowedTCPPorts = [ 443 ];
allowedUDPPorts = [ 443 41641 ];
trustedInterfaces = [ "tailscale0" ];
allowedUDPPorts = [ 443 ]; #41641
#trustedInterfaces = [ "tailscale0" ];
};
environment.systemPackages = with pkgs; [ xray ];