From ef09f73a5ee107dc8436f697c06d2a5fb05b9f49 Mon Sep 17 00:00:00 2001 From: Lyn Date: Wed, 13 Nov 2024 21:08:27 +0100 Subject: [PATCH] uhh how did that get there? --- modules/services/wgautomesh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/wgautomesh.nix b/modules/services/wgautomesh.nix index ab8190b..a078c2b 100644 --- a/modules/services/wgautomesh.nix +++ b/modules/services/wgautomesh.nix @@ -38,7 +38,7 @@ in { if cfg.useIPv6 then ["${meshnetwork.wg_subnets.IPv6}"] else ["${meshnetwork.wg_subnets.IPv4}"]; - listenPort = cfg.wireguardPort; + listenPort = wireguardPort; privateKeyFile = "/var/lib/wireguard-keys/private"; mtu = 1420; };