From c121374856ff474357d929118fe57eff882453f3 Mon Sep 17 00:00:00 2001 From: fi Date: Sun, 24 Nov 2024 21:42:26 +0100 Subject: [PATCH] Use sonarr package from unstable --- config/hosts/torrent/sonarr.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; };