nixos-config/nixos/machines/pepe/loki-promtail.nix

7 lines
77 B
Nix
Raw Normal View History

2023-02-02 20:13:10 +01:00
{
services.promtail = {
enable = true;
configuration = { };
};
}