added grafana to queen
This commit is contained in:
parent
45fc46cb9f
commit
b5be1009cf
3 changed files with 40 additions and 0 deletions
14
nixos/server/package-configs/dashboard/default.nix
Normal file
14
nixos/server/package-configs/dashboard/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./grafana
|
||||
#./loki
|
||||
#./prometheus
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue