nixos-configs/hardware/alrest/monitoring.nix

6 lines
80 B
Nix
Raw Permalink Normal View History

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