From 2ecefd60e3be6a8c0d9ff841b2bdcb37dc272065 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Fri, 24 Nov 2023 22:12:02 +0100 Subject: [PATCH] Camelot: add Sonarr --- configurations/camelot/jellyfin.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configurations/camelot/jellyfin.nix b/configurations/camelot/jellyfin.nix index 47eb10b..5482fc7 100644 --- a/configurations/camelot/jellyfin.nix +++ b/configurations/camelot/jellyfin.nix @@ -16,4 +16,9 @@ }; }; }; + + services.sonarr = { + enable = true; + openFirewall = true; + }; }