machine/serverle: add aria2 dummy

This commit is contained in:
Felix Buehler 2023-09-05 22:22:34 +02:00
parent c7a56294a4
commit a5e9067bed
2 changed files with 5 additions and 1 deletions

View file

@ -29,6 +29,11 @@ in
# passwordFile = secrets."dyndns/password".path;
# };
# aria2 = {
# enable = true;
# downloadDir = "/data/tmp/aria2/";
# };
blocky = {
enable = true;
};

View file

@ -10,7 +10,6 @@ in
downloadDir = mkOption {
type = types.path;
default = "/srv/data/tmp/aria2/";
description = mdDoc ''
Directory to store downloaded files.
'';