From 2525c506fc591e6e962ad9fbe3bde6368bb2eb6b Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 20 Jun 2021 16:06:42 +0200 Subject: [PATCH] Add debian host mail-1 to monitoring --- hosts/mail-1/configuration.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 hosts/mail-1/configuration.nix diff --git a/hosts/mail-1/configuration.nix b/hosts/mail-1/configuration.nix new file mode 100644 index 0000000..ede0fc7 --- /dev/null +++ b/hosts/mail-1/configuration.nix @@ -0,0 +1,16 @@ +{ ... }: + +{ + imports = + [ + ../../configuration/common + ]; + + networking.hostName = "mail-1"; + + clerie.monitoring = { + enable = true; + id = "208"; + pubkey = "s2GT9iYQmuiwkZ04KzSqqlIEbUJ6CT6i4htCjWYt2xs="; + }; +}