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 flake

+4 -4
+2 -2
flake.lock
··· 401 401 "lastModified": 1731402384, 402 402 "narHash": "sha256-OwUmrPfEehLDz0fl2ChYLK8FQM2p0G1+EMrGsYEq+6g=", 403 403 "type": "tarball", 404 - "url": "https://github.com/IBM/plex/releases/download/@ibm/plex-mono@1.1.0/ibm-plex-mono.zip" 404 + "url": "https://github.com/IBM/plex/releases/download/@ibm%2Fplex-mono@1.1.0/ibm-plex-mono.zip" 405 405 }, 406 406 "original": { 407 407 "type": "tarball", 408 - "url": "https://github.com/IBM/plex/releases/download/@ibm/plex-mono@1.1.0/ibm-plex-mono.zip" 408 + "url": "https://github.com/IBM/plex/releases/download/@ibm%2Fplex-mono@1.1.0/ibm-plex-mono.zip" 409 409 } 410 410 }, 411 411 "indigo": {
+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.0.10467-2b1ba6e69"; 144 + version = "1.43.0.10492-121068a07"; 145 145 src = final.fetchurl { 146 146 url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb"; 147 - sha256 = "Sr31hfgoVGcKhzjA2FTJ4WjHdwuZPTccVEvtRt/4BxY="; 147 + sha256 = "HA779rkjy8QBlW2+IsRmgu4t5PT2Gy0oaqcJm+9zCYE="; 148 148 }; 149 149 }; 150 150 ## Override the json object that contains verions and hashes for Immich