From 5c46ff90995226c7fe727d4d9ab79246b93c6a95 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 2 Jun 2023 16:07:15 +0200 Subject: [PATCH] VEGAS/warehouse: libmfxSupport -> withMfx --- hosts/VEGAS/services/warehouse/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/VEGAS/services/warehouse/default.nix b/hosts/VEGAS/services/warehouse/default.nix index 285c23f..0ce6165 100644 --- a/hosts/VEGAS/services/warehouse/default.nix +++ b/hosts/VEGAS/services/warehouse/default.nix @@ -6,7 +6,7 @@ with tools.nginx; enable = true; package = pkgs.jellyfin.override { ffmpeg = pkgs.ffmpeg.override { - libmfxSupport = true; + withMfx = true; }; }; };