From df9058a341a21dbe7ef92eacaa3540bfc0a7c360 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 27 Sep 2024 11:56:46 +0200 Subject: [PATCH] wireguard: fix trinkgenossin IPv4 address --- hosts/blue-shell/wireguard.nix | 2 +- hosts/delite/wireguard.nix | 2 +- hosts/metronom/wireguard.nix | 2 +- hosts/nachtigall/wireguard.nix | 2 +- hosts/tankstelle/wireguard.nix | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/blue-shell/wireguard.nix b/hosts/blue-shell/wireguard.nix index dd351c0..34eff77 100644 --- a/hosts/blue-shell/wireguard.nix +++ b/hosts/blue-shell/wireguard.nix @@ -30,7 +30,7 @@ in "10.7.6.5/32" "fd00:fae:fae:fae:fae:5::/96" ]; - #endpoint = "80.244.242.5:51820"; + #endpoint = "85.215.152.22:51820"; endpoint = "[2a01:239:35d:f500::1]:51820"; persistentKeepalive = 15; } diff --git a/hosts/delite/wireguard.nix b/hosts/delite/wireguard.nix index 49eedf7..9756855 100644 --- a/hosts/delite/wireguard.nix +++ b/hosts/delite/wireguard.nix @@ -30,7 +30,7 @@ in "10.7.6.5/32" "fd00:fae:fae:fae:fae:5::/96" ]; - #endpoint = "80.244.242.5:51820"; + #endpoint = "85.215.152.22:51820"; endpoint = "[2a01:239:35d:f500::1]:51820"; persistentKeepalive = 15; } diff --git a/hosts/metronom/wireguard.nix b/hosts/metronom/wireguard.nix index 4b651f8..5591d38 100644 --- a/hosts/metronom/wireguard.nix +++ b/hosts/metronom/wireguard.nix @@ -35,7 +35,7 @@ "10.7.6.5/32" "fd00:fae:fae:fae:fae:5::/96" ]; - #endpoint = "80.244.242.5:51820"; + #endpoint = "85.215.152.22:51820"; endpoint = "[2a01:239:35d:f500::1]:51820"; persistentKeepalive = 15; } diff --git a/hosts/nachtigall/wireguard.nix b/hosts/nachtigall/wireguard.nix index 936cc71..0d40a24 100644 --- a/hosts/nachtigall/wireguard.nix +++ b/hosts/nachtigall/wireguard.nix @@ -35,7 +35,7 @@ "10.7.6.5/32" "fd00:fae:fae:fae:fae:5::/96" ]; - #endpoint = "80.244.242.5:51820"; + #endpoint = "85.215.152.22:51820"; endpoint = "[2a01:239:35d:f500::1]:51820"; persistentKeepalive = 15; } diff --git a/hosts/tankstelle/wireguard.nix b/hosts/tankstelle/wireguard.nix index b74a1b2..f771ecd 100644 --- a/hosts/tankstelle/wireguard.nix +++ b/hosts/tankstelle/wireguard.nix @@ -35,7 +35,7 @@ "10.7.6.5/32" "fd00:fae:fae:fae:fae:5::/96" ]; - #endpoint = "80.244.242.5:51820"; + #endpoint = "85.215.152.22:51820"; endpoint = "[2a01:239:35d:f500::1]:51820"; persistentKeepalive = 15; }