From 5428aa3d171ec7e42adb94d2ca72ca27bc230674 Mon Sep 17 00:00:00 2001 From: leonvita91 Date: Sat, 27 Aug 2022 18:19:38 +0100 Subject: [PATCH] sync the port with the new one --- hosts/leon/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index f790f21c..a10b9e45 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -95,7 +95,7 @@ in ips = [ "10.10.11.1/24" ]; #VPN Port. - listenPort = 8800; + listenPort = 19800; # This allows the wireguard server to route your traffic to the internet and hence be like a VPN # For this to work you have to set the dnsserver IP of your router (or dnsserver of choice) in your clients @@ -139,7 +139,7 @@ networking.wireguard.interfaces = { ips = [ "10.10.100.1/24" ]; #VPN Port. - listenPort = 8900; + listenPort = 19800; #----------------------Start-Routing---------------------------- #postSetup = ''