16 lines
271 B
Nix
16 lines
271 B
Nix
|
{
|
||
|
imports =
|
||
|
[
|
||
|
../../../../deployments/seedbox/qbittorrent/default.nix
|
||
|
];
|
||
|
|
||
|
variables.qbittorrent = {
|
||
|
user = "reject";
|
||
|
group = "reject";
|
||
|
torrentPort = 45573;
|
||
|
uiPort = 8888;
|
||
|
configDir = "/home/reject";
|
||
|
openFilesLimit = 8192;
|
||
|
};
|
||
|
}
|