From 6a42fa725d122b91ed4439da223bd52115ccca5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Yule=20B=C3=A4dorf?= Date: Tue, 19 Mar 2024 18:39:14 +0100 Subject: [PATCH] wireguard: add fp3 config --- hosts/frikandel/wireguard.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hosts/frikandel/wireguard.nix b/hosts/frikandel/wireguard.nix index 7e90fa6..1747091 100644 --- a/hosts/frikandel/wireguard.nix +++ b/hosts/frikandel/wireguard.nix @@ -102,6 +102,15 @@ persistentKeepalive = 30; dynamicEndpointRefreshSeconds = 30; } + { # fp3 + publicKey = "wQJXFibxhWkyUbRPrPt5y/YfDnH3gDQ5a/PWoyxDfDI="; + allowedIPs = [ + "10.13.12.9/32" + # "fd00:b12f:acab:1312:acab:9::/96" + ]; + persistentKeepalive = 30; + dynamicEndpointRefreshSeconds = 30; + } ]; }; };