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