From c8849466a07694ab90177fc4f78e1987166c4a0f Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sat, 4 Nov 2023 00:34:45 +0100 Subject: [PATCH] Add new CH vpn connection --- system/nixinator/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/system/nixinator/default.nix b/system/nixinator/default.nix index a3afe723..1a7657c4 100644 --- a/system/nixinator/default.nix +++ b/system/nixinator/default.nix @@ -64,6 +64,14 @@ "D4M0O60wCBf1nYWOmXRfK7IpgG7VBBwQLeWVFLIqFG4=" "188.215.235.82" ); + + wg0-ch-70 = ( + mylib.networking.mkWireguardService + "wg0-ch-70" + "proton-ch-70.key" + "17I34jHOMcmI7LKBqxosTfLgwGjO5OKApLcRSPlyymM=" + "185.159.157.13" + ); }; }; };