infrastructure/nixos/base/monitoring.nix
2024-05-30 14:10:36 -07:00

6 lines
100 B
Nix

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