1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00
mdlayher-homelab/nixos/lib/node_exporter.nix

5 lines
76 B
Nix

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