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