From 99595ddfb55352c4f90354773dd74f8c7e71d802 Mon Sep 17 00:00:00 2001 From: Snorre Date: Thu, 3 Apr 2025 11:22:10 +0200 Subject: [PATCH] fixed typo in default value for hardware acceleration --- modules/options/encoding.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/options/encoding.nix b/modules/options/encoding.nix index 073b590..9ed7146 100644 --- a/modules/options/encoding.nix +++ b/modules/options/encoding.nix @@ -72,7 +72,7 @@ with lib; { If you misconfigure this your streams **will not work**!. More info: https://jellyfin.org/docs/general/administration/hardware-acceleration/ ''; - default = "None"; + default = "none"; }; EncoderAppPathDisplay = mkOption { type = types.str;