14 lines
211 B
Nix
14 lines
211 B
Nix
{ ... }:
|
|
{
|
|
lux.qbittorrent = {
|
|
nixos = {
|
|
services.qbittorrent = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
torrentingPort = 43864;
|
|
webuiPort = 8123;
|
|
};
|
|
};
|
|
};
|
|
}
|