wireguard: fix conflicting listening ports

This commit is contained in:
Benjamin Yule Bädorf 2024-07-16 10:25:44 +02:00
parent b5c30f5da7
commit 26e81588d6
Signed by: b12f
GPG key ID: 729956E1124F8F26

View file

@ -28,7 +28,7 @@ in {
networking.wireguard.interfaces = {
wg-ehex = {
listenPort = 51821;
listenPort = 51822;
mtu = 1300;
ips = cfg.ownIPs;
privateKeyFile = cfg.privateKeyFile;