it's qbit now

This commit is contained in:
baduhai 2023-01-05 15:01:23 -03:00
parent 1ce2a8175c
commit 6fa77d8c53
5 changed files with 126 additions and 2 deletions

View file

@ -2,6 +2,13 @@
{
services = {
qbittorrent = {
enable = true;
user = "user";
group = "hosted";
port = lib.toInt "${config.ports.qbittorrent}";
};
jellyfin = {
enable = true;
group = "hosted";
@ -25,8 +32,6 @@
group = "hosted";
};
aria2.enable = true;
jackett.enable = true;
};
}