System: Fix typo
This commit is contained in:
@ -110,7 +110,7 @@ in {
|
|||||||
# allowedTCPPortRanges = [];
|
# allowedTCPPortRanges = [];
|
||||||
# allowedUDPPorts = cfg.allowedUDPPorts;
|
# allowedUDPPorts = cfg.allowedUDPPorts;
|
||||||
# allowedUDPPortRanges = [];
|
# allowedUDPPortRanges = [];
|
||||||
inherit (cfg) allowerdTCPPorts allowerdUDPPorts;
|
inherit (cfg) allowedTCPPorts allowedUDPPorts;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user