graphana
This commit is contained in:
parent
a6fc45f870
commit
353070ef08
1 changed files with 4 additions and 0 deletions
|
@ -24,5 +24,9 @@
|
||||||
package = pkgs.callPackage (import ./mqtt2prometheus.nix) { };
|
package = pkgs.callPackage (import ./mqtt2prometheus.nix) { };
|
||||||
config = ./config.yaml;
|
config = ./config.yaml;
|
||||||
};
|
};
|
||||||
|
grafana = {
|
||||||
|
enable = true;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
networking.firewall.allowedTCPPorts = [ 3000 ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue