From 90230d6b080a831d1d31dfc931e1ba9f7dd0515e Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Fri, 30 Aug 2024 02:19:01 +0800 Subject: [PATCH] fixup! nixos: use prometheus --- nixos/profiles/prometheus/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/profiles/prometheus/default.nix b/nixos/profiles/prometheus/default.nix index 27f2b34..fe41da6 100644 --- a/nixos/profiles/prometheus/default.nix +++ b/nixos/profiles/prometheus/default.nix @@ -1,5 +1,3 @@ -{ config, lib, ... }: - { services.prometheus.exporters.node = { enable = true;