diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 60a0a0e..1397b7b 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -96,7 +96,7 @@ in ]; serviceConfig = { type = "simple"; - ExecStart = "${pkgs.weather}/bin/weather"; + ExecStart = "${pkgs.weather}/bin/weather -l 127.0.0.1:${toString myData.ports.exporters.weather}"; ProtectSystem = "strict"; }; };