From 1cb345b90ff037625c08dca60e5a6e259544d160 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Thu, 7 Mar 2024 08:49:53 +0800 Subject: [PATCH] spec(eientei): photoprism use intel hwaccel --- spec/eientei/photoprism.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/eientei/photoprism.nix b/spec/eientei/photoprism.nix index 05cf9e38..cd775081 100644 --- a/spec/eientei/photoprism.nix +++ b/spec/eientei/photoprism.nix @@ -3,6 +3,7 @@ enable = true; originalsPath = "/run/storage/aerial"; settings.PHOTOPRISM_ADMIN_USER = "koishi"; + settings.PHOTOPRISM_FFMPEG_ENCODER = "intel"; passwordFile = "/var/lib/photoprism/password"; };