nixos-servers/services/monitoring/default.nix

10 lines
100 B
Nix
Raw Permalink Normal View History

2024-12-01 00:51:29 +00:00
{ ... }:
{
imports = [
./loki.nix
./grafana.nix
2024-12-01 19:51:14 +00:00
./prometheus.nix
2024-12-03 17:01:48 +00:00
./pve.nix
2024-12-01 00:51:29 +00:00
];
}