Use sonarr package from unstable
This commit is contained in:
parent
3b8eb289a6
commit
c121374856
|
@ -1,7 +1,8 @@
|
|||
{ ... }:
|
||||
{ nixpkgs-unstable, ... }:
|
||||
{
|
||||
services.sonarr = {
|
||||
enable = true;
|
||||
package = nixpkgs-unstable.legacyPackages."x86_64-linux".sonarr;
|
||||
user = "torrent";
|
||||
group = "torrent";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue