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
··· 141 141 (final: prev: { 142 142 # Override the version of Plex installed to be the latest 143 143 plexRaw = prev.plexRaw.overrideAttrs rec { 144 - version = "1.43.1.10540-3972d551c"; 144 + version = "1.43.1.10561-69cc2fd8d"; 145 145 src = final.fetchurl { 146 146 url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb"; 147 - sha256 = "mAwdUpTvPF+/HDjFHIpRY/6MEJ0uBsUm6myAM79NeDo="; 147 + sha256 = "o2oZ2pz4opdPd8/gzq8E4oaC0NxqDw3RFcgInJdBGIs="; 148 148 }; 149 149 }; 150 150 obsidian-headless = final.pkgs.callPackage ./overlays/obsidian-headless.nix { };