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