mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
service/prometheus: enable systemd dashboard
This commit is contained in:
parent
2ac7c4e596
commit
d28d38bc23
3 changed files with 708 additions and 0 deletions
|
@ -111,6 +111,11 @@ in
|
|||
options.path = pkgs.grafana-dashboards.prometheus;
|
||||
disableDeletion = true;
|
||||
}
|
||||
{
|
||||
name = "Systemd";
|
||||
options.path = pkgs.grafana-dashboards.node-systemd;
|
||||
disableDeletion = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue