containers: add prowlarr

This commit is contained in:
Veneficium 2024-12-29 22:31:32 +01:00
parent 856bcb34ee
commit d4c3cf917d
2 changed files with 42 additions and 0 deletions

View file

@ -3,6 +3,7 @@
imports = [
./jellyfin.nix
./qbittorrent.nix
./prowlarr.nix
./lidarr.nix
];
@ -10,6 +11,7 @@
jellyfin.enable = lib.mkDefault false;
qbittorrent.enable = lib.mkDefault false;
lidarr.enable = lib.mkDefault false;
prowlarr.enable = lib.mkDefault false;
};
}