use new NAS for media storage

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-30 10:33:06 -06:00
parent a058d9ecb0
commit 76758fb24a
6 changed files with 123 additions and 116 deletions

View file

@ -1,4 +1,9 @@
{ pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
{
############################
# Intel iGPU / VAAPI / QSV #
@ -29,7 +34,7 @@
};
# Optional but can help when services (like jellyfin) run in their own units
systemd.services.jellyfin.environment.LIBVA_DRIVER_NAME = "iHD";
systemd.services.jellyfin.environment.LIBVA_DRIVER_NAME = lib.mkIf config.nixarr.enable "iHD";
########################
# Firmware for the iGPU