From 1ea959ffb66c8e27f9f6e48060023fa07db865af Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 15 May 2023 16:50:29 +0200 Subject: add news --- hosts/cirrus/wireguard-server.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hosts/cirrus/wireguard-server.nix') diff --git a/hosts/cirrus/wireguard-server.nix b/hosts/cirrus/wireguard-server.nix index d9fc754..526e8db 100644 --- a/hosts/cirrus/wireguard-server.nix +++ b/hosts/cirrus/wireguard-server.nix @@ -95,6 +95,14 @@ PersistentKeepalive = 25; }; } + # news + { + wireguardPeerConfig = { + PublicKey = "guzNmsPcQw4EGSLU3X0SP+WPKAcoMc+xv9SLWdHV1V0="; + AllowedIPs = [ "10.34.45.102/32" ]; + PersistentKeepalive = 25; + }; + } ]; }; networks."oxaproxy" = { -- cgit v1.3.1