got grafana working

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-23 22:18:38 -05:00
parent adbd55f43c
commit a402ef8f25
6 changed files with 84 additions and 16 deletions

View file

@ -0,0 +1,8 @@
{
...
}:
{
config = {
services.prometheus.exporters.node.enable = true;
};
}