fix service name for fw metrics
This commit is contained in:
parent
d1ea9498c8
commit
2fc72c5dfc
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ in {
|
||||||
|
|
||||||
services.prometheus.exporters.node.enable = true;
|
services.prometheus.exporters.node.enable = true;
|
||||||
|
|
||||||
systemd.services.export-to-prometheus = {
|
systemd.services.export-fw-to-prometheus = {
|
||||||
path = with pkgs; [victoriametrics];
|
path = with pkgs; [victoriametrics];
|
||||||
enable = true;
|
enable = true;
|
||||||
after = ["network-online.target"];
|
after = ["network-online.target"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue