homelab/machines/monitor/configuration.nix
plasmagoat acc0dac234
Some checks failed
Test / tests (push) Has been cancelled
/ OpenTofu (push) Failing after 13s
tofu workflow
2025-07-21 22:33:04 +02:00

16 lines
245 B
Nix

{
imports = [
./alertmanager.nix
./prometheus.nix
./influxdb.nix
./loki.nix
./grafana.nix
./gatus.nix
./jellyfin-exporter.nix
];
deployment.tags = ["grafana" "prometheus"];
system.stateVersion = "25.05";
}