Added some stuff

This commit is contained in:
fwastring 2025-03-19 08:35:54 +01:00
parent a97bb8332f
commit 3eb63178e4
4 changed files with 32 additions and 40 deletions

View file

@ -21,7 +21,7 @@
];
networking.firewall = {
enable = true;
allowedTCPPorts = [ 80 443 8384 22000];
allowedTCPPorts = [ 80 443 3000 8384 22000];
allowedUDPPortRanges = [
{ from = 4000; to = 4007; }
{ from = 8000; to = 8010; }