From 34cc34a567fcd58ae0d22c9612c1604bb3ebedb8 Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 17 Oct 2023 02:45:29 -0400 Subject: [PATCH] arashi: init prometheus exporters --- hosts/arashi/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/arashi/default.nix b/hosts/arashi/default.nix index 079b2f2..f3f675b 100644 --- a/hosts/arashi/default.nix +++ b/hosts/arashi/default.nix @@ -3,6 +3,8 @@ ./hardware-configuration.nix ./services ../../modules + ../../modules/prometheus/exporters/redis.nix + ../../modules/prometheus/exporters/postgres.nix ]; boot.loader = {