about summary refs log tree commit diff
path: root/hosts/carmel/services.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-04-23 13:37:03 -0700
committerFranck Cuny <franck@fcuny.net>2023-04-23 14:29:06 -0700
commit251379d6084849f26866226b4bd0391216a8ccec (patch)
tree448c3517fe994c0dca98f4e9c958ef503bfd7eff /hosts/carmel/services.nix
parentmodules/grafana: add loki as a source to grafana (diff)
downloadworld-251379d6084849f26866226b4bd0391216a8ccec.tar.gz
modules/monitoring: consolidate all monitoring services together
This will help to organize and structure monitoring modules a bit
better.
Diffstat (limited to '')
-rw-r--r--hosts/carmel/services.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/carmel/services.nix b/hosts/carmel/services.nix
index e7f09dd..048a631 100644
--- a/hosts/carmel/services.nix
+++ b/hosts/carmel/services.nix
@@ -1,6 +1,6 @@
 { config, pkgs, ... }: {
   my.services = {
-    metrics-exporter = { enable = true; };
+    monitoring.node-exporter.enable = true;
     avahi = {
       enable = true;
       withReflector = true;