From bf9875090cb81e5e6f339fd1e05889d40ce15a2a Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:41:54 +0100 Subject: [PATCH] main-homelab: enable qbittorent container --- hosts/main-homelab/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/main-homelab/configuration.nix b/hosts/main-homelab/configuration.nix index ec04ae9..1c28817 100644 --- a/hosts/main-homelab/configuration.nix +++ b/hosts/main-homelab/configuration.nix @@ -29,6 +29,7 @@ }; containers.jellyfin.enable = lib.mkForce true; + containers.qbittorent.enable = lib.mkForce true; }; boot.kernelPackages = pkgs.linuxPackages_latest;