kariru: init lidarr + readarr
This commit is contained in:
parent
c4adbb05dd
commit
bfb4a893ed
1 changed files with 10 additions and 0 deletions
|
@ -27,6 +27,16 @@
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.readarr = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
services.lidarr = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
whisparr = {
|
whisparr = {
|
||||||
image = "hotio/whisparr:nightly-7b7bdb9";
|
image = "hotio/whisparr:nightly-7b7bdb9";
|
||||||
|
|
Loading…
Reference in a new issue