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

16 lines
268 B
Nix
Raw Normal View History

2023-04-12 12:47:22 +00:00
{
imports =
[
../../../../deployments/seedbox/qbittorrent/default.nix
];
variables.qbittorrent = {
user = "kitty";
group = "kitty";
torrentPort = 57267;
uiPort = 8888;
configDir = "/home/kitty";
openFilesLimit = 8192;
};
}