prowlarr: use unstable pkg
This commit is contained in:
parent
64e4f375a9
commit
946e185c99
@ -1,10 +1,13 @@
|
|||||||
{ config, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
domain = "htpro.giugl.io";
|
domain = "htpro.giugl.io";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.prowlarr.enable = true;
|
services.prowlarr = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.unstablePkgs.prowlarr;
|
||||||
|
};
|
||||||
|
|
||||||
architect.vhost.${domain} = with config.architect.networks; {
|
architect.vhost.${domain} = with config.architect.networks; {
|
||||||
dnsInterfaces = [ "tailscale" ];
|
dnsInterfaces = [ "tailscale" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user