updated elementcalling firewall typo

This commit is contained in:
2026-04-14 13:30:27 -05:00
parent 8500e1de05
commit 2cd9d7cf20

View File

@@ -146,7 +146,7 @@ EOF
{ from = 7882; to = 7894; }
{ from = 30000; to = 40000;}
];
networking.firewall.allowedTCPPortRangers = [
networking.firewall.allowedTCPPortRanges = [
{ from = 30000; to = 40000; }
];