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; + }; }; }