Files
nixos-flake/nixosModules/qbittorrent.nix
T
2026-01-12 17:57:46 +01:00

6 lines
58 B
Nix

{ pkgs, ... }:
{
services.qbittorrent.enable = true;
}