diff options
| author | root@dishwasher | 2022-06-26 21:19:15 +0200 |
|---|---|---|
| committer | root@dishwasher | 2022-06-26 21:19:15 +0200 |
| commit | ebc2829be8ffda323b7fa41192c2b5db33520b7f (patch) | |
| tree | f8f60ca47261c8c823a699c7c1e1510d40efaaa1 /hosts/cirrus/wireguard-server.nix | |
| parent | 35e93ce43b12e3be922e37b27f74d5d4b86929f4 (diff) | |
nixpkgs-fmt
Diffstat (limited to 'hosts/cirrus/wireguard-server.nix')
| -rw-r--r-- | hosts/cirrus/wireguard-server.nix | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/hosts/cirrus/wireguard-server.nix b/hosts/cirrus/wireguard-server.nix index c474e0f..ee4cf60 100644 --- a/hosts/cirrus/wireguard-server.nix +++ b/hosts/cirrus/wireguard-server.nix @@ -19,20 +19,20 @@ { # microwave wireguardPeerConfig = { - # nextcloud down, have to keep things in here: https://www.youtube.com/watch?v=1c6v7j1TUBI - PublicKey = "0zpfcNrmbsNwwbnDDX4SMl4BVTB0zuhGKixT9TJQoHc="; - AllowedIPs = [ "10.66.66.10/32" ]; - PersistentKeepalive = 25; - }; + # nextcloud down, have to keep things in here: https://www.youtube.com/watch?v=1c6v7j1TUBI + PublicKey = "0zpfcNrmbsNwwbnDDX4SMl4BVTB0zuhGKixT9TJQoHc="; + AllowedIPs = [ "10.66.66.10/32" ]; + PersistentKeepalive = 25; + }; } { # Dishwasher wireguardPeerConfig = { - # nextcloud down, have to keep things in here: https://www.youtube.com/watch?v=1c6v7j1TUBI - PublicKey = "AdWUBbyeRkxdP9HUu25PpISoxbgQ8oeCw3BmV93xtAw="; - AllowedIPs = [ "10.66.66.100/32" ]; - PersistentKeepalive = 25; - }; + # nextcloud down, have to keep things in here: https://www.youtube.com/watch?v=1c6v7j1TUBI + PublicKey = "AdWUBbyeRkxdP9HUu25PpISoxbgQ8oeCw3BmV93xtAw="; + AllowedIPs = [ "10.66.66.100/32" ]; + PersistentKeepalive = 25; + }; } ]; }; @@ -60,12 +60,12 @@ wireguardPeers = [ # nextcloud { - wireguardPeerConfig = { - PublicKey ="KCYoGx7TGei4X79EZo2NONCcmQjPzBUN1Ds6I9lQbz0="; - AllowedIPs = [ "10.34.45.100/32" ]; - PersistentKeepalive = 25; - }; - } + wireguardPeerConfig = { + PublicKey = "KCYoGx7TGei4X79EZo2NONCcmQjPzBUN1Ds6I9lQbz0="; + AllowedIPs = [ "10.34.45.100/32" ]; + PersistentKeepalive = 25; + }; + } ]; }; networks."oxaproxy" = { |
