From ebc2829be8ffda323b7fa41192c2b5db33520b7f Mon Sep 17 00:00:00 2001 From: root@dishwasher Date: Sun, 26 Jun 2022 21:19:15 +0200 Subject: nixpkgs-fmt --- microvms/nextcloud/oxaproxy.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'microvms/nextcloud/oxaproxy.nix') diff --git a/microvms/nextcloud/oxaproxy.nix b/microvms/nextcloud/oxaproxy.nix index 42290ac..c980cce 100644 --- a/microvms/nextcloud/oxaproxy.nix +++ b/microvms/nextcloud/oxaproxy.nix @@ -12,9 +12,9 @@ wireguardConfig = { PrivateKeyFile = config.sops.secrets."wg/oxaproxy-seckey".path; #own pubkey: KCYoGx7TGei4X79EZo2NONCcmQjPzBUN1Ds6I9lQbz0= - }; - wireguardPeers = [ - { + }; + wireguardPeers = [ + { # cirrus wireguardPeerConfig = { PublicKey = "0KMtL2fQOrrCH6c2a2l4FKiM73G86sUuyaNj4FarzVM="; @@ -40,16 +40,16 @@ routes = [ { routeConfig = { - Gateway="10.99.99.1"; - Destination="0.0.0.0/0"; - Metric=1024; + Gateway = "10.99.99.1"; + Destination = "0.0.0.0/0"; + Metric = 1024; }; } { routeConfig = { - Gateway="10.99.99.1"; - Destination="10.99.99.0/24"; - Metric=1024; + Gateway = "10.99.99.1"; + Destination = "10.99.99.0/24"; + Metric = 1024; }; } ]; -- cgit v1.3.1