From d215570feac6905e24ba5d08f72026f5f94959f6 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 23 Jun 2024 18:35:16 +0200 Subject: [PATCH] update --- hosts/server/modules/jackflix/default.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 + ]; +}