diff --git a/hosts/architect/prowlarr.nix b/hosts/architect/prowlarr.nix index 64d2478..ff35e05 100644 --- a/hosts/architect/prowlarr.nix +++ b/hosts/architect/prowlarr.nix @@ -1,10 +1,13 @@ -{ config, ... }: +{ config, pkgs, ... }: let domain = "htpro.giugl.io"; in { - services.prowlarr.enable = true; + services.prowlarr = { + enable = true; + package = pkgs.unstablePkgs.prowlarr; + }; architect.vhost.${domain} = with config.architect.networks; { dnsInterfaces = [ "tailscale" ];