Removed barrier

This commit is contained in:
2024-03-26 19:50:08 +01:00
parent b2383b865a
commit 9536b2a174
3 changed files with 4 additions and 4 deletions

View File

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