service/aria2: fix openPorts and enable

This commit is contained in:
Felix Buehler 2023-06-04 14:30:45 +02:00
parent 02ece77264
commit e700821a4a

View file

@ -19,7 +19,8 @@ in
config = lib.mkIf cfg.enable {
services.aria2 = {
# enable = true;
enable = true;
openPorts = true;
inherit (cfg) downloadDir;
};