Opened up firewall

This commit is contained in:
Jan-Bulthuis 2025-07-23 12:25:40 +02:00
parent e157071962
commit f52e880b4c

View File

@ -53,6 +53,24 @@
"/var/lib/omada"
"/var/log/omada"
];
networking.firewall = {
allowedTCPPorts = [
8088
8043
8843
];
allowedTCPPortRanges = [
{
from = 29811;
to = 29816;
}
];
allowedUDPPorts = [
19810
27001
29810
];
};
# Setup NAS backups
environment.systemPackages = with pkgs; [