This commit is contained in:
parent
a2511aa708
commit
bc954cc68d
11 changed files with 51 additions and 104 deletions
11
nixos/hosts/hades/overseerr/prowlarr.nix
Normal file
11
nixos/hosts/hades/overseerr/prowlarr.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }: {
|
||||
services.prowlarr = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
virtualisation.oci-containers.containers.flaresolverr = {
|
||||
image = "flaresolverr/flaresolverr:v3.1.2";
|
||||
ports = [ "8191:8191" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue