From 313b1faba45980d89b2c5059011603596679225d Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 27 Aug 2024 10:39:47 +0200 Subject: [PATCH] dumpyourvms: add WireGuard config for new pub.solar hosts --- hosts/dumpyourvms/networking.nix | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/hosts/dumpyourvms/networking.nix b/hosts/dumpyourvms/networking.nix index f808792f..3900e19b 100644 --- a/hosts/dumpyourvms/networking.nix +++ b/hosts/dumpyourvms/networking.nix @@ -213,6 +213,39 @@ endpoint = "[2001:4d88:1ffa:26::5]:51820"; persistentKeepalive = 15; } + { + # trinkgenossin.pub.solar + publicKey = "QWgHovHxtqiQhnHLouSWiT6GIoQDmuvnThYL5c/rvU4="; + allowedIPs = [ + "10.7.6.5/32" + "fd00:fae:fae:fae:fae:5::/96" + ]; + #endpoint = "80.244.242.5:51820"; + endpoint = "[2a01:239:35d:f500::1]:51820"; + persistentKeepalive = 15; + } + { + # delite.pub.solar + publicKey = "ZT2qGWgMPwHRUOZmTQHWCRX4m14YwOsiszjsA5bpc2k="; + allowedIPs = [ + "10.7.6.6/32" + "fd00:fae:fae:fae:fae:6::/96" + ]; + #endpoint = "80.244.242.5:51820"; + endpoint = "[2a04:52c0:124:9d8c::2]:51820"; + persistentKeepalive = 15; + } + { + # blue-shell.pub.solar + publicKey = "bcrIpWrKc1M+Hq4ds3aN1lTaKE26f2rvXhd+93QrzR8="; + allowedIPs = [ + "10.7.6.7/32" + "fd00:fae:fae:fae:fae:7::/96" + ]; + #endpoint = "80.244.242.5:51820"; + endpoint = "[2a03:4000:43:24e::1]:51820"; + persistentKeepalive = 15; + } ]; }; # mozillavpn