containers: add prowlarr
This commit is contained in:
parent
856bcb34ee
commit
d4c3cf917d
2 changed files with 42 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue