diff --git a/nix-system-configs/modules/system/gramethus.nix b/nix-system-configs/modules/system/gramethus.nix index 70c809c..d44c3cb 100644 --- a/nix-system-configs/modules/system/gramethus.nix +++ b/nix-system-configs/modules/system/gramethus.nix @@ -79,16 +79,16 @@ in { }; services.prometheus = { - enable = true; - port = 9001; - - exporters.node.enabledCollectors = [ - "ethtool" - "softirqs" - "systemd" - "tcpstat" - ]; - + exporters.node = { + enabledCollectors = [ + "ethtool" + "softirqs" + "systemd" + "tcpstat" + ]; + enable = true; + port = 9001; + }; globalConfig.scrape_interval = "10s"; # "1m" scrapeConfigs = [ {