Use sonarr package from unstable

This commit is contained in:
fi 2024-11-24 21:42:26 +01:00
parent 3b8eb289a6
commit c121374856

View file

@ -1,7 +1,8 @@
{ ... }:
{ nixpkgs-unstable, ... }:
{
services.sonarr = {
enable = true;
package = nixpkgs-unstable.legacyPackages."x86_64-linux".sonarr;
user = "torrent";
group = "torrent";
};