chaptarr
This commit is contained in:
parent
916ebc7421
commit
8bdc35623b
2 changed files with 7 additions and 5 deletions
|
|
@ -1,4 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [ monero-gui ];
|
home.packages = with pkgs; [
|
||||||
|
monero-gui
|
||||||
|
p2pool
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -51,10 +51,9 @@
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# };
|
# };
|
||||||
|
|
||||||
services.readarr = {
|
virtualisation.oci-containers.containers."chaptarr" = {
|
||||||
user = "jellyfin";
|
image = "robertlordhood/chaptarr:latest";
|
||||||
group = "jellyfin";
|
extraOptions = [ "--network=host" ];
|
||||||
enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.oci-containers.containers."flaresolverr" = {
|
virtualisation.oci-containers.containers."flaresolverr" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue