nixos/prometheus-exporters: fix missing port for speedtest exporter

This commit is contained in:
xiaodong.jia
2026-04-29 11:07:37 +08:00
parent 7d6226f856
commit aa2961d365
@@ -15,6 +15,8 @@ let
;
in
{
port = 9798;
extraOpts = {
serverID = mkOption {
type = types.int;