kariru: init flaresolver
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
23d2d63402
commit
99048994d4
2 changed files with 8 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
./restic.nix
|
./restic.nix
|
||||||
./traefik.nix
|
./traefik.nix
|
||||||
./torrent.nix
|
./torrent.nix
|
||||||
|
./flaresolverr.nix
|
||||||
];
|
];
|
||||||
services.radarr = {
|
services.radarr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
7
hosts/kariru/services/flaresolverr.nix
Normal file
7
hosts/kariru/services/flaresolverr.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
_: {
|
||||||
|
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