From b5d95071571de62aa62783c65e8cf7ecc487d162 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 24 Jan 2023 20:40:41 +0100 Subject: music: init --- 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 ee4cf60..45c3dcb 100644 --- a/hosts/cirrus/wireguard-server.nix +++ b/hosts/cirrus/wireguard-server.nix @@ -66,6 +66,14 @@ PersistentKeepalive = 25; }; } + # music + { + wireguardPeerConfig = { + PublicKey = "vQNkp51S9qLsu97dLPj0/EqFwvVtRFZpMHufgKhxum0="; + AllowedIPs = [ "10.34.45.101/32" ]; + PersistentKeepalive = 25; + }; + } ]; }; networks."oxaproxy" = { -- cgit v1.3.1