Torrent Clients - qBittorrent¶
Configuration options for torrentClients qbittorrent.
Available Options
This page documents 11 configuration options.
nixflix.torrentClients.qbittorrent.enable¶
Whether to enable qBittorrent usenet downloader.
Uses all of the same options as nixpkgs qBittorent.
| Type | boolean |
| Default | |
| Declared in | modules/torrentClients/qbittorrent.nix |
nixflix.torrentClients.qbittorrent¶
This option has no description.
| Type | open submodule of attribute set of anything |
| Default | |
| Declared in | modules/torrentClients/qbittorrent.nix |
nixflix.torrentClients.qbittorrent.categories¶
Map of category names to their save paths (relative or absolute).
| Type | attribute set of string |
| Default | |
| Example | |
| Declared in | modules/torrentClients/qbittorrent.nix |
nixflix.torrentClients.qbittorrent.downloadsDir¶
Base directory for qBittorrent downloads
| Type | string |
| Default | |
| Declared in | modules/torrentClients/qbittorrent.nix |
nixflix.torrentClients.qbittorrent.group¶
Group under which qbittorrent runs.
| Type | string |
| Default | |
| Declared in | modules/torrentClients/qbittorrent.nix |
nixflix.torrentClients.qbittorrent.password¶
The password for qbittorrent. This is for the other services to integrate with qBittorrent. Not for setting the password in qBittorrent
In order to set the password for qBittorrent itself, you will need to configure nixflix.torrentClients.qbittorrent.serverConfig.Preferences.WebUI.Password_PBKDF2. Look at the serverConfig documentation to see how to configure it.
Warning
Can be a plain string (visible in Nix store) or { _secret = /path/to/file; } for file-based secrets.
Plain-text secrets will be visible in the Nix store. Use { _secret = path; } for sensitive data.
| Type | string or (submodule) |
| Default | |
| Example | |
| Declared in | modules/torrentClients/qbittorrent.nix |
nixflix.torrentClients.qbittorrent.serverConfig.BitTorrent.Session.DefaultSavePath¶
Default save path for downloads without a category.
| Type | string |
| Default | |
| Declared in | modules/torrentClients/qbittorrent.nix |
nixflix.torrentClients.qbittorrent.serverConfig.Preferences.WebUI.Address¶
Bind address for the WebUI
| Type | string |
| Default | |
| Declared in | modules/torrentClients/qbittorrent.nix |
nixflix.torrentClients.qbittorrent.subdomain¶
Subdomain prefix for nginx reverse proxy.
| Type | string |
| Default | |
| Declared in | modules/torrentClients/qbittorrent.nix |
nixflix.torrentClients.qbittorrent.user¶
User account under which qbittorrent runs.
| Type | string |
| Default | |
| Declared in | modules/torrentClients/qbittorrent.nix |
nixflix.torrentClients.qbittorrent.webuiPort¶
the port passed to qbittorrent via --webui-port
| Type | null or 16 bit unsigned integer; between 0 and 65535 (both inclusive) |
| Default | |
| Declared in | modules/torrentClients/qbittorrent.nix |