1
0
Fork 0

aria2: fixup

This commit is contained in:
Daniel Kempkens 2023-04-26 14:23:55 +02:00
parent ee97546f31
commit 8250d2bc9a
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -7,12 +7,6 @@ let
in
{
# The nix-provided options force a aria2-user to a certain degree
systemd.tmpfiles.rules = [
"d ${ariaDir} 0755 media_user media_group"
"d ${settingsDir} 0755 media_user media_group"
"d ${ariaDir}/dl 0755 media_user media_group"
];
systemd.services.aria2 = {
description = "aria2 Service";
bindsTo = [ "wg.service" ];