Torjus Håkestad abb4cf58ea
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Add alerttonotify to monitoring host
2025-02-11 22:25:54 +01:00

11 lines
124 B
Nix

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