Try plasma manager
This commit is contained in:
parent
a1b832c179
commit
fcbe6a3a66
7 changed files with 165 additions and 59 deletions
|
|
@ -11,9 +11,13 @@ in
|
|||
services = {
|
||||
aria2 = {
|
||||
enable = true;
|
||||
extraArguments = "--rpc-listen-all";
|
||||
rpcListenPort = ports.aria2;
|
||||
rpcSecretFile = config.sops.secrets.aria2.path;
|
||||
settings = {
|
||||
check-integrity = true;
|
||||
max-concurrent-downloads = 16;
|
||||
rpc-listen-all = true;
|
||||
rpc-listen-port = ports.aria2;
|
||||
};
|
||||
};
|
||||
jellyfin = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue