Try plasma manager

This commit is contained in:
Invariantspace 2024-06-15 17:37:25 -07:00
parent a1b832c179
commit fcbe6a3a66
No known key found for this signature in database
GPG key ID: EBC4A20067373921
7 changed files with 165 additions and 59 deletions

View file

@ -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;