From c2b164bdddde8332a6229e1c58218a4a4fc5adfa Mon Sep 17 00:00:00 2001 From: garionion Date: Mon, 14 Jun 2021 16:35:32 +0200 Subject: [PATCH] add monitoring to tailpipe and pion --- hosts/pion/configuration.nix | 7 +++++++ hosts/tailpipe/configuration.nix | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/hosts/pion/configuration.nix b/hosts/pion/configuration.nix index 06cd79c..fa5675c 100644 --- a/hosts/pion/configuration.nix +++ b/hosts/pion/configuration.nix @@ -45,4 +45,11 @@ ens3.rules."2a03:4000:45:5f3:500::3/128".method = "static"; }; }; + + clerie.monitoring = { + enable = true; + id = "101"; + privKeyFile = "/run/keys/wg-pion_priv"; + pubkey = "X4TNT0aseK11D+jLKvNSl2qI9GU7HDTnKzVsgtiPpAw="; + }; } \ No newline at end of file diff --git a/hosts/tailpipe/configuration.nix b/hosts/tailpipe/configuration.nix index f24c9a7..cdc1c30 100644 --- a/hosts/tailpipe/configuration.nix +++ b/hosts/tailpipe/configuration.nix @@ -22,4 +22,11 @@ }; networking.defaultGateway = { address = "172.31.1.1"; interface = "ens3"; }; + clerie.monitoring = { + enable = true; + id = "7"; + privKeyFile = "/run/keys/wg-tailpipe_priv"; + pubkey = "M1ETBQW1tas8Vp2gr6zesTL+6Y9Q1pctZtdYS0nEJn4="; + }; + } \ No newline at end of file