qbittorrent: fix various typos

This commit is contained in:
Veneficium 2024-12-24 14:44:57 +01:00
parent 112a86eee7
commit d3503813c3
3 changed files with 8 additions and 8 deletions

View file

@ -29,7 +29,7 @@
};
containers.jellyfin.enable = lib.mkForce true;
containers.qbittorent.enable = lib.mkForce true;
containers.qbittorrent.enable = lib.mkForce true;
};
boot.kernelPackages = pkgs.linuxPackages_latest;