diff --git a/hosts/architect/sonarr.nix b/hosts/architect/sonarr.nix index 58a6b5b..79c4cd5 100644 --- a/hosts/architect/sonarr.nix +++ b/hosts/architect/sonarr.nix @@ -1,4 +1,4 @@ -{ config, lib, ... }: +{ config, pkgs, ... }: let domain = "htson.giugl.io"; @@ -7,6 +7,7 @@ in services.sonarr = { enable = true; group = "media"; + package = pkgs.unstablePkgs.sonarr; }; architect.vhost.${domain} = with config.architect.networks; {