nixos-servers/system/monitoring/default.nix
Torjus Håkestad 32425807fc
Some checks failed
Run nix flake check / flake-check (push) Failing after 7m47s
Add promtail for journal
2024-12-01 03:00:07 +01:00

8 lines
65 B
Nix

{ ... }:
{
imports = [
./metrics.nix
./logs.nix
];
}