diff --git a/services/default.nix b/services/default.nix index 2d5d21e..395dc3e 100644 --- a/services/default.nix +++ b/services/default.nix @@ -10,7 +10,6 @@ ./postgresql ./onlyoffice ./collabora - ./qbittorrent-vpn - ./nixarr + ./docker ]; } diff --git a/services/nixarr/default.nix b/services/nixarr/default.nix index 2ab63d1..e9b25e3 100644 --- a/services/nixarr/default.nix +++ b/services/nixarr/default.nix @@ -50,7 +50,7 @@ in { enable = true; openFirewall = true; }; - jellyseerr = { + jellyseer = { enable = true; openFirewall = true; };