diff --git a/hosts/server/modules/jackflix/default.nix b/hosts/server/modules/jackflix/default.nix index f76bc5d..8028393 100644 --- a/hosts/server/modules/jackflix/default.nix +++ b/hosts/server/modules/jackflix/default.nix @@ -1 +1,9 @@ -{ imports = [ ./jellyfin.nix ./jellyseerr.nix ./prowlarr.nix ]; } +{ + imports = [ + ./jellyfin.nix + ./jellyseerr.nix + ./prowlarr.nix + ./radarr.nix + ./sonarr.nix + ]; +}