added grafana to queen

This commit is contained in:
Lillian Violet 2024-03-26 14:13:35 +01:00
parent 45fc46cb9f
commit b5be1009cf
3 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
imports = [
./grafana
#./loki
#./prometheus
];
}