Server/grafana: provision prometheus datasource
This commit is contained in:
parent
3d4deae65a
commit
d65b4380e7
2 changed files with 16 additions and 1 deletions
|
|
@ -23,6 +23,14 @@ in {
|
|||
services = {
|
||||
grafana = {
|
||||
enable = true;
|
||||
|
||||
provision = {
|
||||
enable = true;
|
||||
datasources.settings = {
|
||||
apiVersion = 1;
|
||||
};
|
||||
};
|
||||
|
||||
settings = {
|
||||
analytics.reporting_enabled = false;
|
||||
security = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue