From bd7359561435668cddeb67d28ba8e4186510aa76 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 8 Jan 2024 15:39:21 -0500 Subject: [PATCH] kariru: readd bazarr --- hosts/kariru/services/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/kariru/services/default.nix b/hosts/kariru/services/default.nix index 2a126ec..a4c3588 100644 --- a/hosts/kariru/services/default.nix +++ b/hosts/kariru/services/default.nix @@ -22,6 +22,11 @@ openFirewall = true; }; + services.bazarr = { + enable = true; + openFirewall = true; + }; + virtualisation.oci-containers.containers = { whisparr = { image = "hotio/whisparr:nightly-7b7bdb9";