fix service name for fw metrics

This commit is contained in:
2023-08-20 17:09:08 +02:00
parent d1ea9498c8
commit 2fc72c5dfc

View File

@@ -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"];