pvv-nixos-config/hosts/ildkule/services/monitoring/default.nix

11 lines
119 B
Nix
Raw Normal View History

2022-12-19 22:56:42 +01:00
{ config, pkgs, ... }:
{
imports = [
./grafana.nix
./loki.nix
./prometheus
./uptime-kuma.nix
2022-12-19 22:56:42 +01:00
];
}