infrastructure/nixos/base/monitoring.nix

6 lines
112 B
Nix

_: {
services = {
prometheus.exporters.node.enable = true;
promtail.enable = true;
};
}