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

16 lines
265 B
Nix
Raw Permalink Normal View History

2023-06-04 17:43:32 +00:00
{
imports =
[
../../../../deployments/seedbox/qbittorrent/default.nix
];
variables.qbittorrent = {
user = "rene";
group = "rene";
torrentPort = 61478;
uiPort = 8888;
configDir = "/home/rene";
openFilesLimit = 8192;
};
}