got grafana working

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

View file

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