summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/pms7003-exporter.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pms7003-exporter.nix b/modules/pms7003-exporter.nix
index b7f68b0..0ec37b2 100644
--- a/modules/pms7003-exporter.nix
+++ b/modules/pms7003-exporter.nix
@@ -10,7 +10,7 @@ in
bind-addr = lib.mkOption {
type = lib.types.str;
default = let
- port = aliases.services.prometheus-snmp-exporter.port;
+ port = aliases.services.prometheus-pms7003-exporter.port;
in "127.0.0.1:${toString port}";
};
};