This repository has been archived on 2024-08-30. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/hosts/pink/services/monitoring/exporters/node.nix
2024-05-29 17:15:20 +02:00

7 lines
101 B
Nix

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