service/webserver: add dashboard

This commit is contained in:
Felix Buehler 2025-01-26 17:09:03 +01:00
parent 589714db4b
commit 18c9d409bb
3 changed files with 2358 additions and 0 deletions

View file

@ -171,6 +171,16 @@ in
];
}
];
grafana.provision = {
dashboards.settings.providers = [
{
name = "Caddy";
options.path = pkgs.grafana-dashboards.caddy;
disableDeletion = true;
}
];
};
};
networking.firewall.allowedTCPPorts = [