1

System: Fix typo

This commit is contained in:
2025-06-10 19:58:16 +02:00
parent e73d54f54f
commit 11901ac7a1

View File

@ -110,7 +110,7 @@ in {
# allowedTCPPortRanges = [];
# allowedUDPPorts = cfg.allowedUDPPorts;
# allowedUDPPortRanges = [];
inherit (cfg) allowerdTCPPorts allowerdUDPPorts;
inherit (cfg) allowedTCPPorts allowedUDPPorts;
};
};
};