From 76c5783fe8b5f5750c608393240326c2f7f475d0 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Wed, 31 Jan 2024 00:20:47 +0100 Subject: [PATCH] sonarr: use unstable pkg --- hosts/architect/sonarr.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; {