From 1d9fe9fc6ba062c874b67e4583f601fc83451511 Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 24 Feb 2021 01:50:23 +0100 Subject: [PATCH] Add minecraft-2 to monitoring --- hosts/minecraft-2/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/minecraft-2/configuration.nix b/hosts/minecraft-2/configuration.nix index 0bb9880..2938467 100644 --- a/hosts/minecraft-2/configuration.nix +++ b/hosts/minecraft-2/configuration.nix @@ -34,5 +34,11 @@ in { networking.firewall.allowedTCPPorts = [ 25565 25566 25568 ]; + clerie.monitoring = { + enable = true; + id = "202"; + pubkey = "n03aQ8dJZvxbYJUiNnbCkirOIc8R82RVrqkqNtgfAnc="; + }; + system.stateVersion = "21.03"; }