Add promtail for journal
Some checks failed
Run nix flake check / flake-check (push) Failing after 7m47s

This commit is contained in:
2024-12-01 03:00:07 +01:00
parent 8700e78752
commit 32425807fc
4 changed files with 45 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./metrics.nix
./logs.nix
];
}