Changed barrier configuration

This commit is contained in:
2024-03-26 19:39:08 +01:00
parent 7504fa4f48
commit b2383b865a
2 changed files with 5 additions and 5 deletions

View File

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