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
services.nix
··· 13 13 (final: prev: { 14 14 # Override the version of Plex installed to be the latest 15 15 plexRaw = prev.plexRaw.overrideAttrs rec { 16 - version = "1.42.2.10156-f737b826c"; 16 + version = "1.43.0.10346-fc911a729"; 17 17 src = final.fetchurl { 18 18 url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb"; 19 - sha256 = "1ieh7qc1UBTorqQTKUQgKzM96EtaKZZ8HYq9ILf+X3M="; 19 + sha256 = "jfQ11luQoafUYb5sGpvE7jPiErGt2HXVLwn70M/Hqyc="; 20 20 }; 21 21 }; 22 22 ## Override the json object that contains verions and hashes for Immich