mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
machine/serverle: add aria2 dummy
This commit is contained in:
parent
c7a56294a4
commit
a5e9067bed
2 changed files with 5 additions and 1 deletions
|
@ -29,6 +29,11 @@ in
|
|||
# passwordFile = secrets."dyndns/password".path;
|
||||
# };
|
||||
|
||||
# aria2 = {
|
||||
# enable = true;
|
||||
# downloadDir = "/data/tmp/aria2/";
|
||||
# };
|
||||
|
||||
blocky = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
@ -10,7 +10,6 @@ in
|
|||
|
||||
downloadDir = mkOption {
|
||||
type = types.path;
|
||||
default = "/srv/data/tmp/aria2/";
|
||||
description = mdDoc ''
|
||||
Directory to store downloaded files.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue