nixos-config/hosts/defiant/services/monitoring/default.nix

12 lines
147 B
Nix
Raw Normal View History

2023-04-15 20:44:47 +02:00
{ config, pkgs, ... }:
{
imports = [
./prometheus.nix
./grafana.nix
./loki.nix
./snmp-exporter.nix
./uptime-kuma.nix
2023-04-15 20:44:47 +02:00
];
}