From 2fc72c5dfca4cd8b0cf2b336702239d0e30ff8af Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 20 Aug 2023 17:09:08 +0200 Subject: [PATCH] fix service name for fw metrics --- hosts/git.cloonar.com/modules/fwmetrics.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/git.cloonar.com/modules/fwmetrics.nix b/hosts/git.cloonar.com/modules/fwmetrics.nix index 439ab16..98aafbe 100644 --- a/hosts/git.cloonar.com/modules/fwmetrics.nix +++ b/hosts/git.cloonar.com/modules/fwmetrics.nix @@ -15,7 +15,7 @@ in { services.prometheus.exporters.node.enable = true; - systemd.services.export-to-prometheus = { + systemd.services.export-fw-to-prometheus = { path = with pkgs; [victoriametrics]; enable = true; after = ["network-online.target"];