From 47ebac55cdeb2d08caa927ca56a90a426b09f3d8 Mon Sep 17 00:00:00 2001 From: clerie Date: Fri, 30 Apr 2021 23:54:43 +0200 Subject: [PATCH] Enable monitorng on palladium --- hosts/palladium/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/palladium/configuration.nix b/hosts/palladium/configuration.nix index 3e4bc15..59b8d9d 100644 --- a/hosts/palladium/configuration.nix +++ b/hosts/palladium/configuration.nix @@ -15,6 +15,12 @@ networking.useDHCP = false; networking.interfaces.enp3s0.useDHCP = true; + clerie.monitoring = { + enable = true; + id = "206"; + pubkey = "fHOYNZ5I3E2JPrd9dUrNBmu75weX4KbDih5q+GCk8Xk="; + }; + system.stateVersion = "21.03"; }