nixos-servers/services/monitoring/default.nix
Torjus Håkestad a4592ffda3
Some checks failed
Run nix flake check / flake-check (push) Failing after 23m19s
Improve monitoring stuff
2024-12-01 20:51:14 +01:00

9 lines
86 B
Nix

{ ... }:
{
imports = [
./loki.nix
./grafana.nix
./prometheus.nix
];
}