kariru: move flaresolverr to default.nix
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run
This commit is contained in:
parent
5e5e29c86b
commit
7d80b0ad87
2 changed files with 7 additions and 9 deletions
|
@ -1,11 +1,11 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
networking.firewall.allowedTCPPorts = [9292];
|
||||
imports = [
|
||||
./restic.nix
|
||||
./traefik.nix
|
||||
./torrent.nix
|
||||
./flaresolverr.nix
|
||||
];
|
||||
environment.systemPackages = [pkgs.recyclarr];
|
||||
services.radarr = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
|
@ -64,5 +64,10 @@
|
|||
];
|
||||
extraOptions = ["--network=host"];
|
||||
};
|
||||
flaresolverr = {
|
||||
image = "ghcr.io/flaresolverr/flaresolverr:v3.3.13";
|
||||
ports = ["8191:8191"];
|
||||
extraOptions = ["--network=host"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
_: {
|
||||
virtualisation.oci-containers.containers.flaresolverr = {
|
||||
image = "ghcr.io/flaresolverr/flaresolverr:v3.3.13";
|
||||
ports = ["8191:8191"];
|
||||
extraOptions = ["--network=host"];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue