diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/wireguard.nix | 14 |
1 files changed, 7 insertions, 7 deletions
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 = { |
