Update flake

This commit is contained in:
Invariantspace 2024-04-18 00:07:10 -07:00
parent c6d82e32ae
commit 1d72a9505c
3 changed files with 25 additions and 23 deletions

View file

@ -11,7 +11,7 @@ in
services = {
aria2 = {
enable = true;
extraArguments = "--rpc-allow-origin-all --rpc-listen-all";
extraArguments = "--rpc-listen-all";
rpcListenPort = ports.aria2;
rpcSecretFile = config.sops.secrets.aria2.path;
};