Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Update plex version

+2 -2
+2 -2
flake.nix
··· 131 131 (final: prev: { 132 132 # Override the version of Plex installed to be the latest 133 133 plexRaw = prev.plexRaw.overrideAttrs rec { 134 - version = "1.43.0.10389-8be686aa6"; 134 + version = "1.43.0.10467-2b1ba6e69"; 135 135 src = final.fetchurl { 136 136 url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb"; 137 - sha256 = "0HjB8Ggekwl5dKwM1Kh51Ic25t3V6veKbuzM7czrpeg="; 137 + sha256 = "Sr31hfgoVGcKhzjA2FTJ4WjHdwuZPTccVEvtRt/4BxY="; 138 138 }; 139 139 }; 140 140 ## Override the json object that contains verions and hashes for Immich