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;
|
# passwordFile = secrets."dyndns/password".path;
|
||||||
# };
|
# };
|
||||||
|
|
||||||
|
# aria2 = {
|
||||||
|
# enable = true;
|
||||||
|
# downloadDir = "/data/tmp/aria2/";
|
||||||
|
# };
|
||||||
|
|
||||||
blocky = {
|
blocky = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -10,7 +10,6 @@ in
|
||||||
|
|
||||||
downloadDir = mkOption {
|
downloadDir = mkOption {
|
||||||
type = types.path;
|
type = types.path;
|
||||||
default = "/srv/data/tmp/aria2/";
|
|
||||||
description = mdDoc ''
|
description = mdDoc ''
|
||||||
Directory to store downloaded files.
|
Directory to store downloaded files.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue