aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configuration.nix8
1 files 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;
}
];