fix telemetry

This commit is contained in:
41666 2024-02-10 20:14:59 -05:00
parent 493d316c7d
commit 04cbb9d04d

View file

@ -1,7 +1,9 @@
{ ... }: {
services.prometheus.exporters.node = {
enable = true;
enableCollectors = [ "systemd" ];
enabledCollectors = [ "systemd" ];
port = 14200;
};
networking.firewall.allowedTCPPorts = [ 14200 ];
}