From 0ec7c48f7b9c731083e67f1c7462e248f11f2f68 Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 24 Feb 2021 00:16:54 +0100 Subject: [PATCH] Add monitoring pubkey --- hosts/porter/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/porter/configuration.nix b/hosts/porter/configuration.nix index 2041318..2a91973 100644 --- a/hosts/porter/configuration.nix +++ b/hosts/porter/configuration.nix @@ -168,7 +168,7 @@ clerie.monitoring = { enable = true; id = "102"; - pubkey = ""; + pubkey = "+mJN+ustPo2ehP0wqajYs3nTdJ0SPuIDyiZQSHFIK3o="; }; system.stateVersion = "21.03";