sonarr: use unstable pkg

This commit is contained in:
Giulio De Pasquale 2024-01-31 00:20:47 +01:00
parent ffe2289c0d
commit 76c5783fe8

View File

@ -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; {