1
0
Fork 0

hosts/monitoring-3: migrate renamed options

This commit is contained in:
clerie 2024-03-24 13:01:32 +01:00
parent fa712fa1c5
commit 3c42d25ecd
1 changed files with 11 additions and 5 deletions

View File

@ -2,11 +2,17 @@
{
services.grafana = {
enable = true;
domain = "grafana.monitoring.clerie.de";
rootUrl = "https://grafana.monitoring.clerie.de";
port = 3001;
addr = "::1";
auth.anonymous.enable = true;
settings = {
server = {
domain = "grafana.monitoring.clerie.de";
root_url = "https://grafana.monitoring.clerie.de";
http_port = 3001;
http_addr = "::1";
};
"auth.anonymous" = {
enabled = true;
};
};
provision = {
enable = true;