6 lines
97 B
Nix
6 lines
97 B
Nix
_: {
|
|
services.prometheus.exporters.node = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
};
|
|
}
|