nixos-servers/services/monitoring/default.nix
Torjus Håkestad 4b38158780
Some checks failed
Run nix flake check / flake-check (push) Failing after 23m15s
Periodic flake update / flake-update (push) Successful in 1m47s
Add pve monitoring
2024-12-03 18:01:48 +01:00

10 lines
100 B
Nix

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