Files
nixos-servers/hosts/monitoring02/default.nix
Torjus Håkestad 74e7c9faa4
Some checks failed
Run nix flake check / flake-check (push) Failing after 3m19s
monitoring02: add Loki service
Add standalone Loki service module (services/loki/) with same config as
monitoring01 and import it on monitoring02. Update Grafana Loki datasource
to localhost. Defer Tempo and Pyroscope migration (not actively used).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 19:42:19 +01:00

8 lines
141 B
Nix

{ ... }: {
imports = [
./configuration.nix
../../services/grafana
../../services/victoriametrics
../../services/loki
];
}