homelab/nixos/hosts/monitoring/host.nix
plasmagoat a90630ecb6
All checks were successful
Hello World / test (push) Successful in 12s
dump
2025-07-05 11:12:20 +02:00

20 lines
297 B
Nix

{
config,
pkgs,
modulesPath,
lib,
...
}: {
imports = [
../../templates/base.nix
../../secrets/shared-sops.nix
./networking.nix
./prometheus.nix
./influxdb.nix
./grafana.nix
./loki.nix
./alertmanager.nix
./sops.nix
./jellyfin-exporter.nix
];
}