Commit fac0ee89c488

Vincent Demeester <vincent@sbr.pm>
2025-11-18 15:40:03
systems/rhea: fix aria2c settings
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 520b192
Changed files (1)
systems
systems/rhea/extra.nix
@@ -111,8 +111,8 @@
       openPorts = true;
       settings = {
         max-concurrent-downloads = 20;
+        dir = "/neo/downloads";
       };
-      downloadDir = "/link/downloads";
       rpcSecretFile = "${pkgs.writeText "aria" "aria2rpc\n"}"; # FIXME: use secrets for this somehow
     };
     transmission = {