fixed wireguard

apparently using the same port on both sides can calsh
This commit is contained in:
Vivian 2023-06-10 13:24:02 +02:00
parent 51fea5c507
commit 885fdb81c6
2 changed files with 13 additions and 13 deletions

View file

@ -47,7 +47,7 @@ in {
networking.wireguard.interfaces.wg0 = {
ips = [ "10.100.0.1/24" ];
listenPort = 51820;
listenPort = 51821;
privateKeyFile = "${vs.wireguard}/privateKey";
peers = [