diff --git a/system/modules/network/default.nix b/system/modules/network/default.nix index 80c92136..53790a9b 100644 --- a/system/modules/network/default.nix +++ b/system/modules/network/default.nix @@ -110,7 +110,7 @@ in { # allowedTCPPortRanges = []; # allowedUDPPorts = cfg.allowedUDPPorts; # allowedUDPPortRanges = []; - inherit (cfg) allowerdTCPPorts allowerdUDPPorts; + inherit (cfg) allowedTCPPorts allowedUDPPorts; }; }; };