feat(nzbget): install unrar to enable nzbget to extract rar arhcives
This commit is contained in:
parent
8683f1838b
commit
b3eaee27c9
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
port = 5018;
|
||||
in
|
||||
|
|
@ -18,4 +22,6 @@ in
|
|||
locations."/".proxyPass = "http://localhost:${toString port}";
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ unrar ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue