mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-13 01:32:23 +00:00
6 lines
85 B
Nix
6 lines
85 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
services.prometheus.exporters.node.enable = true;
|
|
}
|