containers: add qbittorent

This commit is contained in:
Veneficium 2024-12-24 14:41:06 +01:00
parent f5705ae08d
commit 89947435e1
3 changed files with 51 additions and 3 deletions

View file

@ -7,10 +7,9 @@
{
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
../../modules/nixos
../../containers/jellyfin.nix
../../containers
];
settings = {
@ -29,7 +28,7 @@
openssh.usePAM = lib.mkForce true;
};
containers.jellyfin.enable = true;
containers.jellyfin.enable = lib.mkForce true;
};
boot.kernelPackages = pkgs.linuxPackages_latest;