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