Expose port 62

This commit is contained in:
hodasemi 2025-06-10 08:30:24 +02:00
parent 9098f5bb35
commit b084f6ea5f

View file

@ -23,6 +23,6 @@
networking.firewall = {
enable = true;
allowedTCPPorts = [ 80 443 ];
allowedTCPPorts = [ 62 80 443 ];
};
}