diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-04 21:01:49 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-04 21:01:49 +0100 |
commit | 7c4a96bc71f5e81ae90f1a94284a87276f7de9ca (patch) | |
tree | 125d01afa095dfe9324688a98d9fe884a12d494b /configuration.nix | |
parent | 3bb938c9a0bf65390ad0f5095f27a5ab8ad57878 (diff) | |
download | nixcfg-7c4a96bc71f5e81ae90f1a94284a87276f7de9ca.tar.gz nixcfg-7c4a96bc71f5e81ae90f1a94284a87276f7de9ca.zip |
New IP addresses in wireguard config
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 8 |
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; } ]; |