alpha
Login
or
Join now
yemou.pink
/
nix-configs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Nix configurations for my homelab
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Disable queueing in qBittorrent
author
yemou
date
6 months ago
(Dec 7, 2025, 10:26 PM -0500)
commit
8d25da6f
8d25da6ffc26a89e1fb25c39522b592ebfacdce9
parent
1d669192
1d669192118aab229069f637efd955ea79bff37e
+1
-4
1 changed file
Expand all
Collapse all
Unified
Split
modules
qbittorrent.nix
+1
-4
modules/qbittorrent.nix
Reviewed
···
86
86
Interface = "vpn";
87
87
InterfaceName = "vpn";
88
88
TorrentContentLayout = "Subfolder";
89
89
-
MaxActiveDownloads = 5;
90
90
-
MaxActiveUploads = 5;
91
91
-
MaxActiveTorrents = 10;
92
92
-
IgnoreSlowTorrentsForQueueing = true;
89
89
+
QueueingSystemEnabled = false;
93
90
};
94
91
Network.PortForwardingEnabled = false;
95
92
Preferences = {