fix telemetry
This commit is contained in:
parent
493d316c7d
commit
04cbb9d04d
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
{ ... }: {
|
||||
services.prometheus.exporters.node = {
|
||||
enable = true;
|
||||
enableCollectors = [ "systemd" ];
|
||||
enabledCollectors = [ "systemd" ];
|
||||
port = 14200;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 14200 ];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue