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

+2 -2
+2 -2
flake.nix
··· 150 150 (final: prev: { 151 151 # Override the version of Plex installed to be the latest 152 152 plexRaw = prev.plexRaw.overrideAttrs rec { 153 - version = "1.43.1.10576-06378bdcd"; 153 + version = "1.43.1.10611-1e34174b1"; 154 154 src = final.fetchurl { 155 155 url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb"; 156 - sha256 = "OjnqBMBKSEnaEklTQvLg9llvUF3aFgoUCaJeSaiaqNg="; 156 + sha256 = "pr1+VSObX0sBl/AddeG/+2dIbNdc+EtnvCzy4nTXVn8="; 157 157 }; 158 158 }; 159 159 ## Override the json object that contains verions and hashes for Immich