Nix configurations for my homelab
0

Configure Feed

Select the types of activity you want to include in your feed.

Remove patches for jellyfin

-8
-8
modules/services/jellyfin.nix
··· 4 4 5 5 nixpkgs.overlays = [ 6 6 (final: prev: { 7 - jellyfin = prev.jellyfin.overrideAttrs ( 8 - finalAttrs: prevAttrs: { 9 - patches = (prevAttrs.patches or [ ]) ++ [ 10 - ../../patches/${prevAttrs.pname}/1-fix-subtitle-saving.patch 11 - ../../patches/${prevAttrs.pname}/2-fix-subtitle-saving.patch 12 - ]; 13 - } 14 - ); 15 7 jellyfin-web = prev.jellyfin-web.overrideAttrs ( 16 8 finalAttrs: prevAttrs: { 17 9 patches = (prevAttrs.patches or [ ]) ++ [