Torjus Håkestad 2dae23560d
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Fix pyroscope ports attribute
2025-05-24 12:01:30 +02:00

9 lines
166 B
Nix

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