diff --git a/config/hosts/torrent/sonarr.nix b/config/hosts/torrent/sonarr.nix index fb0186a..83318db 100644 --- a/config/hosts/torrent/sonarr.nix +++ b/config/hosts/torrent/sonarr.nix @@ -1,7 +1,8 @@ -{ ... }: +{ nixpkgs-unstable, ... }: { services.sonarr = { enable = true; + package = nixpkgs-unstable.legacyPackages."x86_64-linux".sonarr; user = "torrent"; group = "torrent"; };