mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/aria2: fix openPorts and enable
This commit is contained in:
parent
02ece77264
commit
e700821a4a
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ in
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
services.aria2 = {
|
services.aria2 = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
|
openPorts = true;
|
||||||
inherit (cfg) downloadDir;
|
inherit (cfg) downloadDir;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue