From 7c4a96bc71f5e81ae90f1a94284a87276f7de9ca Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 4 Dec 2021 21:01:49 +0100 Subject: [PATCH] New IP addresses in wireguard config --- configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index be25492..a73a6eb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -59,25 +59,25 @@ in { # Lindy publicKey = "wen9GnZy2iLT6RyHfn7ydS/wvdvow1XPmhZxIkrDbks="; allowedIPs = [ "10.42.0.66/32" ]; - endpoint = "91.160.50.156:33766"; + endpoint = "82.66.112.151:33766"; persistentKeepalive = 10; } { # Carcajou publicKey = "qxrtfn2zRVnN52Y5NYumyU3/FcRMnh3kJ2C37JfrczA="; allowedIPs = [ "10.42.0.21/32" ]; - endpoint = "91.160.50.156:33721"; + endpoint = "82.66.112.151:33721"; persistentKeepalive = 10; } { # Carcajou publicKey = "7Nm7pMmyS7Nts1MB+loyD8u84ODxHPTkDu+uqQR6yDk="; allowedIPs = [ "10.42.0.22/32" ]; - endpoint = "91.160.50.156:33722"; + endpoint = "82.66.112.151:33722"; persistentKeepalive = 10; } { # Caribou publicKey = "g6ZED/wPn5MPfytJKwPI19808CXtEad0IJUkEAAzwyY="; allowedIPs = [ "10.42.0.23/32" ]; - endpoint = "91.160.50.156:33723"; + endpoint = "82.66.112.151:33723"; persistentKeepalive = 10; } ];