diff --git a/system/configuration.nix b/system/configuration.nix index 41fb4e3..f3e9f55 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -6,7 +6,7 @@ imports = [ # where are we ? - ./wollomi.nix + # ./wollomi.nix # ./adrift.nix # home manager should exist for users diff --git a/system/wollomi.nix b/system/wollomi.nix index ea012b5..dac597d 100644 --- a/system/wollomi.nix +++ b/system/wollomi.nix @@ -27,14 +27,14 @@ enable = true; interfaces = { pond = { - ips = [ "10.4.20.2/32" ]; - listenPort = 51820; + ips = [ "10.4.20.1/32" ]; + listenPort = 51821; privateKeyFile = "/root/pond.priv"; peers = [ { - publicKey = "ll0/+7bbaAFgCuUOj0s0twHalXLxcXOtkxJbtw/egV4="; + publicKey = "GzLoJ99BrmF4X4DKHtBOskIB2SsApkZ2jzPigSYkaX8="; allowedIPs = [ "10.4.20.0/24" ]; - endpoint = "141.164.52.106:51821"; + endpoint = "45.76.121.195:51821"; persistentKeepalive = 20; } ];