Try and fix the aria2 situation
This commit is contained in:
parent
b280f8d9a5
commit
84899440ed
5 changed files with 35 additions and 3 deletions
|
@ -3,6 +3,9 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
users.users = {
|
||||
radarr.extraGroups = ["aria2"];
|
||||
};
|
||||
#uses port 7878
|
||||
services.radarr = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue