kariru: init flaresolver
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run

This commit is contained in:
notohh 2024-01-22 04:53:20 -05:00
parent 23d2d63402
commit 99048994d4
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 8 additions and 0 deletions

View file

@ -4,6 +4,7 @@
./restic.nix
./traefik.nix
./torrent.nix
./flaresolverr.nix
];
services.radarr = {
enable = true;

View file

@ -0,0 +1,7 @@
_: {
virtualisation.oci-containers.containers.flaresolverr = {
image = "ghcr.io/flaresolverr/flaresolverr:v3.3.13";
ports = ["8191:8191"];
extraOptions = ["--network=host"];
};
}