dotfiles/hosts/h001/mods/reporting.nix
RingOfStorms (Joshua Bell) 0aba3aac80 got grafana working
2025-06-23 22:18:38 -05:00

8 lines
87 B
Nix

{
...
}:
{
config = {
services.prometheus.exporters.node.enable = true;
};
}