From e06d89ea137bb83917343e68ce88f0bf36864c59 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 6 Dec 2024 19:58:32 +0100 Subject: [PATCH] open udp and tcp ports for wireguard --- nixos/hosts/wheatley/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 3c697b9..31675a6 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -219,8 +219,13 @@ 5350 # STUN tls alt 80 # http 443 # https + 51821 ]; allowedUDPPortRanges = [ + { + from = 51820; + to = 51822; + } { from = 49152; to = 49999;