use new NAS for media storage
This commit is contained in:
parent
a058d9ecb0
commit
76758fb24a
6 changed files with 123 additions and 116 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue