From b7a6845b66edf4c519b85483fd8eeec2666a8ccb Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 12 Mar 2024 20:17:14 -0400 Subject: [PATCH] added sonarr to homelab --- modules/homelab/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/homelab/default.nix b/modules/homelab/default.nix index 05388c29..0bcc3c95 100644 --- a/modules/homelab/default.nix +++ b/modules/homelab/default.nix @@ -76,4 +76,9 @@ }; }; }; + + services.sonarr = { + enable = true; + openFirewall = true; + }; } \ No newline at end of file