This commit is contained in:
Hadi 2024-06-20 11:27:41 +02:00
parent 01b056d4cb
commit f761b8c66a

View File

@ -6,4 +6,5 @@
PORT = "3005";
};
};
networking.firewall.allowedTCPPorts = [ 3005 ];
}