add monitoring to tailpipe and pion

This commit is contained in:
garionion 2021-06-14 16:35:32 +02:00
parent 02433e7e69
commit c2b164bddd
Signed by: garionion
GPG key ID: 53352FA607FA681A
2 changed files with 14 additions and 0 deletions

View file

@ -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=";
};
}