fixed wireguard
apparently using the same port on both sides can calsh
This commit is contained in:
parent
51fea5c507
commit
885fdb81c6
2 changed files with 13 additions and 13 deletions
|
@ -47,7 +47,7 @@ in {
|
|||
|
||||
networking.wireguard.interfaces.wg0 = {
|
||||
ips = [ "10.100.0.1/24" ];
|
||||
listenPort = 51820;
|
||||
listenPort = 51821;
|
||||
privateKeyFile = "${vs.wireguard}/privateKey";
|
||||
|
||||
peers = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue