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