h7x4
f2a89d7c82
- Move `services/grafana.nix` to `services/grafana/default.nix` - Split up all data collectors into separate files under `services/grafana` - Make grafana use postgres as its database
11 lines
135 B
Nix
11 lines
135 B
Nix
{ ... }:
|
|
{
|
|
# services.loki = {
|
|
# enable = true;
|
|
# configFile = ./loki-local-config.yaml;
|
|
# config = {
|
|
|
|
# };
|
|
# };
|
|
}
|