From 1cadc01efd8ba814c72cfdbb4473d6cd8c42966a Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 10 Jun 2025 19:58:16 +0200 Subject: [PATCH] System: Fix typo --- system/modules/network/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }; };