fix ports

This commit is contained in:
Vinzenz Schroeter 2024-03-03 12:45:55 +01:00
parent 1cf414683b
commit d17023aa89
2 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@
networking.firewall = {
checkReversePath = "loose";
allowedTCPPorts = [8542];
allowedTCPPorts = [8542 8543 8544];
};
};
}