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, ... }:
{
home.packages = with pkgs; [ monero-gui ];
home.packages = with pkgs; [
monero-gui
p2pool
];
}

View file

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