diff --git a/server/arr/default.nix b/server/arr/default.nix index 3857a80..6883fdb 100644 --- a/server/arr/default.nix +++ b/server/arr/default.nix @@ -7,6 +7,7 @@ 7878 8191 8686 + 8789 8989 9696 ]; @@ -47,12 +48,9 @@ enable = true; }; - # services.flaresolverr = { - # enable = true; - # }; - virtualisation.oci-containers.containers."chaptarr" = { image = "robertlordhood/chaptarr:latest"; + volumes = [ "/data:/data" ]; extraOptions = [ "--network=host" ]; };