From ebc2829be8ffda323b7fa41192c2b5db33520b7f Mon Sep 17 00:00:00 2001 From: root@dishwasher Date: Sun, 26 Jun 2022 21:19:15 +0200 Subject: nixpkgs-fmt --- modules/wireguard.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'modules/wireguard.nix') diff --git a/modules/wireguard.nix b/modules/wireguard.nix index 84287a7..871dc6e 100644 --- a/modules/wireguard.nix +++ b/modules/wireguard.nix @@ -14,17 +14,17 @@ } ]; }; - + wg-dvb = { privateKeyFile = config.sops.secrets."wg/wg-dvb-seckey".path; address = [ "10.13.37.3/32" ]; - peers = [ { - publicKey = "WDvCObJ0WgCCZ0ORV2q4sdXblBd8pOPZBmeWr97yphY="; - allowedIPs = [ "10.13.37.0/24" ]; - endpoint = "academicstrokes.com:51820"; - persistentKeepalive = 25; - } ]; + peers = [{ + publicKey = "WDvCObJ0WgCCZ0ORV2q4sdXblBd8pOPZBmeWr97yphY="; + allowedIPs = [ "10.13.37.0/24" ]; + endpoint = "academicstrokes.com:51820"; + persistentKeepalive = 25; + }]; }; mlwd-nl = { -- cgit v1.3.1