prowlarr: use unstable pkg

This commit is contained in:
Giulio De Pasquale 2024-01-31 00:23:11 +01:00
parent 64e4f375a9
commit 946e185c99

View File

@ -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" ];