This commit is contained in:
2025-07-25 20:31:38 +03:00
parent e400b5ea8a
commit 3d1421f38d
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
networking.firewall = {
allowedTCPPorts = [ 443 ];
allowedUDPPorts = [ 443 ];
allowedUDPPorts = [ 443 41641 ];
trustedInterfaces = [ "tailscale0" ];
};
environment.systemPackages = with pkgs; [ xray ];