Personal-use NixOS configuration

Make the cleanup actually work

+3 -2
+2 -1
packages/server/sharing/rtorrent.nix
··· 21 21 package = pkgs-unstable.rtorrent; 22 22 23 23 configText = '' 24 - dht.mode.set = off # Disabled due to a bug in rtorrent 0.16 24 + # Disabled due to a bug in rtorrent 0.16 25 + dht.mode.set = off 25 26 dht.port.set = ${toString dhtPort} 26 27 protocol.pex.set = yes 27 28 trackers.use_udp.set = yes
+1 -1
packages/server/sharing/soulseek.nix
··· 92 92 93 93 # Numbers are measured in hours 94 94 retention = { 95 - search = 1; # Users go offline often, invalidating search 95 + search = 5; # Users go offline often, invalidating search 96 96 97 97 transfers = { 98 98 upload = {