nixos-servers/nix/machines/warwick.nix
Pim Kunis 52ee071087 enable node exporter on all machines
enable prometheus scraper and web interface on warwick
2024-03-03 12:55:25 +01:00

9 lines
172 B
Nix

{
machines.warwick = {
kind = "physical";
arch = "aarch64-linux";
isRaspberryPi = true;
nixosModule.lab.services.prometheus.server.enable = true;
};
}