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;