mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/loki: add rule option
This commit is contained in:
parent
1a6296e854
commit
a7f57c432c
2 changed files with 86 additions and 6 deletions
|
@ -12,7 +12,6 @@ in
|
|||
default = 9093;
|
||||
example = 3002;
|
||||
description = "Internal alertmanager port";
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -58,6 +57,7 @@ in
|
|||
}
|
||||
];
|
||||
};
|
||||
|
||||
services.grafana.provision = {
|
||||
datasources.settings.datasources = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue