Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
9 lines
162 B
Nix
9 lines
162 B
Nix
{ ... }:
|
|
{
|
|
virtualisation.oci-containers.containers.pyroscope = {
|
|
pull = "missing";
|
|
image = "grafana/pyroscope:latest";
|
|
ports = "4040:4040";
|
|
};
|
|
}
|