nixos-configs/hardware/alrest/monitoring.nix

6 lines
80 B
Nix

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