kariru: readd bazarr
All checks were successful
flake check / check (push) Successful in 4m17s
fmt check / check (push) Successful in 1m19s

This commit is contained in:
notohh 2024-01-08 15:39:21 -05:00
parent 8ddb1e37b3
commit bd73595614
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -22,6 +22,11 @@
openFirewall = true;
};
services.bazarr = {
enable = true;
openFirewall = true;
};
virtualisation.oci-containers.containers = {
whisparr = {
image = "hotio/whisparr:nightly-7b7bdb9";