infrastructure/hosts/seedbox/reject/services/qbittorrent.nix

16 lines
271 B
Nix
Raw Normal View History

2023-11-18 23:16:40 +00:00
{
imports =
[
../../../../deployments/seedbox/qbittorrent/default.nix
];
variables.qbittorrent = {
user = "reject";
group = "reject";
torrentPort = 45573;
uiPort = 8888;
configDir = "/home/reject";
openFilesLimit = 8192;
};
}