From 9d2f6da9a05206e1088afd7d331df3d36386b4af Mon Sep 17 00:00:00 2001 From: macronova Date: Fri, 12 Apr 2024 12:38:19 -0700 Subject: [PATCH] Try radarr --- linux/nebula/jellyfin.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linux/nebula/jellyfin.nix b/linux/nebula/jellyfin.nix index 190523a..d70eb33 100644 --- a/linux/nebula/jellyfin.nix +++ b/linux/nebula/jellyfin.nix @@ -12,5 +12,9 @@ enable = true; port = const.port.jellyseerr; }; + radarr = { + enable = true; + user = const.userName; + }; }; }