it's qbit now
This commit is contained in:
parent
1ce2a8175c
commit
6fa77d8c53
5 changed files with 126 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue