wireguard: fix conflicting listening ports
This commit is contained in:
parent
b5c30f5da7
commit
26e81588d6
|
@ -28,7 +28,7 @@ in {
|
|||
|
||||
networking.wireguard.interfaces = {
|
||||
wg-ehex = {
|
||||
listenPort = 51821;
|
||||
listenPort = 51822;
|
||||
mtu = 1300;
|
||||
ips = cfg.ownIPs;
|
||||
privateKeyFile = cfg.privateKeyFile;
|
||||
|
|
Loading…
Reference in a new issue