aria2: add systemd service
This commit is contained in:
parent
41e6e2ab37
commit
eb6f347055
3 changed files with 48 additions and 0 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
aria2-disabled = ./disabled.nix;
|
||||
aria2-settings = ./settings.nix;
|
||||
}
|
||||
// lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
|
||||
aria2-systemd = ./systemd.nix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue