Config chagnes

This commit is contained in:
2024-10-06 16:36:21 +02:00
parent 5655c8a056
commit 7d53dac96d
14 changed files with 99 additions and 130 deletions

View File

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