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 cc27e4c..8c2f65d 100644
--- a/modules/pms7003-exporter.nix
+++ b/modules/pms7003-exporter.nix
@@ -24,7 +24,7 @@ in
serviceConfig = {
DynamicUser = true;
SupplementaryGroups = "dialout";
- ExecStart = "${pkgs.pms7003}/bin/pms7003 --prometheus-bind-address ${cfg.bind-addr} --quiet -v";
+ ExecStart = "${pkgs.pms7003}/bin/pms7003 --prometheus-bind-addr ${cfg.bind-addr} --quiet -v";
};
};
};