Set the ports in the correct place

This commit is contained in:
Greg Hellings
2025-05-19 23:42:29 -05:00
parent afe5ca7752
commit cefc796a1d
+2 -2
View File
@@ -24,12 +24,12 @@ in
] ]
++ ( ++ (
if cfg.agentOnly then if cfg.agentOnly then
[ ]
else
[ [
2379 2379
2380 2380
] ]
else
[ ]
); );
allowedUDPPorts = [ 8472 ]; allowedUDPPorts = [ 8472 ];
}; };