This commit is contained in:
Lilith 2026-01-14 16:22:26 +01:00
parent 916ebc7421
commit 8bdc35623b
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
2 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = with pkgs; [ monero-gui ]; home.packages = with pkgs; [
monero-gui
p2pool
];
} }

View file

@ -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" = {