notohh
99048994d4
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run
7 lines
195 B
Nix
7 lines
195 B
Nix
_: {
|
|
virtualisation.oci-containers.containers.flaresolverr = {
|
|
image = "ghcr.io/flaresolverr/flaresolverr:v3.3.13";
|
|
ports = ["8191:8191"];
|
|
extraOptions = ["--network=host"];
|
|
};
|
|
}
|