Torjus Håkestad 1988b36f03
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Add pyroscope container to monitoring
2025-05-24 12:00:02 +02:00

9 lines
162 B
Nix

{ ... }:
{
virtualisation.oci-containers.containers.pyroscope = {
pull = "missing";
image = "grafana/pyroscope:latest";
ports = "4040:4040";
};
}