services: monitoring: package grafana dashboards

This commit is contained in:
Antoine Martin 2021-07-13 17:13:07 +02:00
parent 971dcbbc71
commit 786d884e3a
7 changed files with 69 additions and 14552 deletions

View file

@ -0,0 +1,5 @@
{ callPackage }:
{
nginx = callPackage ./nginx.nix {};
node-exporter = callPackage ./node-exporter.nix {};
}