Files
lux/modules/features/services/qbittorrent.nix
2026-04-17 00:27:22 +02:00

14 lines
211 B
Nix

{ ... }:
{
lux.qbittorrent = {
nixos = {
services.qbittorrent = {
enable = true;
openFirewall = true;
torrentingPort = 43864;
webuiPort = 8123;
};
};
};
}