My Nix Configuration
2
fork

Configure Feed

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

[hosts.marvin] Update iceshrimp version

Pyrox 425ee201 d572736d

+6 -4
+6 -4
hosts/marvin/services/iceshrimp.nix
··· 8 8 9 9 package = inputs.iceshrimp.packages.x86_64-linux.iceshrimp-pre.overrideAttrs 10 10 (old: rec { 11 - version = "2024.12.4-pyrox"; 11 + version = "2024.12.5-pyrox2"; 12 12 src = pkgs.fetchgit { 13 13 url = "https://iceshrimp.dev/pyrox/iceshrimp"; 14 - branchName = "no-features"; 15 - rev = "4e5fb96f22b7428714df5cafd5b640bd34ed546d"; 16 - sha256 = "sha256-GzTT/OfR2x1QIt6GQUB8OCyRhM5i+v4A3VR8A9VhPj4="; 14 + sha256 = "sha256-n4U+1bP0EPrdarFRAP5AjN/+1b+0FUgWWCqqaSSIPLY="; 17 15 fetchLFS = true; 18 16 }; 19 17 patches = []; ··· 38 36 deliverJobPerSec = 256; 39 37 inboxJobPerSec = 32; 40 38 outgoingAddressFamily = "dual"; 39 + # See the withdrawal patches for obliterate info 40 + enableObliterate = true; 41 + obliterateJobPerSec = 16; 42 + obliterateJobMaxAttempts = 3; 41 43 mediaCleanup = { 42 44 cron = true; 43 45 maxAgeDays = 30;