kariru: init lidarr + readarr

This commit is contained in:
notohh 2024-01-14 20:58:20 -05:00
parent c4adbb05dd
commit bfb4a893ed
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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";