mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
service/webserver: add dashboard
This commit is contained in:
parent
589714db4b
commit
18c9d409bb
3 changed files with 2358 additions and 0 deletions
|
@ -171,6 +171,16 @@ in
|
|||
];
|
||||
}
|
||||
];
|
||||
|
||||
grafana.provision = {
|
||||
dashboards.settings.providers = [
|
||||
{
|
||||
name = "Caddy";
|
||||
options.path = pkgs.grafana-dashboards.caddy;
|
||||
disableDeletion = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue