Updated hardware configuration

This commit is contained in:
2024-06-21 11:13:17 +02:00
parent b76932ead3
commit f02a1ff907
2 changed files with 12 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
{
networking.firewall = {
enable = true;
allowedTCPPorts = [ 53317 ];
allowedTCPPorts = [ 53317 3000 ];
allowedUDPPorts = [ 53317 ];
};
}