From c01bb2d5058663f50038ba49cfa9a246b3a02658 Mon Sep 17 00:00:00 2001 From: oddlama Date: Sat, 7 Sep 2024 01:41:40 +0200 Subject: [PATCH] chore: track idmail stats --- hosts/sire/guests/influxdb.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/sire/guests/influxdb.nix b/hosts/sire/guests/influxdb.nix index 3ab5ab8..643c1b3 100644 --- a/hosts/sire/guests/influxdb.nix +++ b/hosts/sire/guests/influxdb.nix @@ -32,11 +32,13 @@ in { services.telegraf.extraConfig.inputs = { github = { + interval = "10m"; access_token = "@GITHUB_ACCESS_TOKEN@"; repositories = [ "oddlama/agenix-rekey" "oddlama/autokernel" "oddlama/gentoo-install" + "oddlama/idmail" "oddlama/nix-config" "oddlama/nix-topology" "oddlama/vane"