@jaspermayone.com's dotfiles
0
fork

Configure Feed

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

Add PDS crawlers

+12
+12
modules/bluesky-pds/default.nix
··· 54 54 PDS_PORT = cfg.port; 55 55 PDS_HOSTNAME = cfg.hostname; 56 56 PDS_ADMIN_EMAIL = cfg.adminEmail; 57 + PDS_CRAWLERS = lib.concatStringsSep "," [ 58 + "https://bsky.network" 59 + "https://relay.cerulea.blue" 60 + "https://relay.fire.hose.cam" 61 + "https://relay2.fire.hose.cam" 62 + "https://relay3.fr.hose.cam" 63 + "https://relay.hayescmd.net" 64 + "https://relay.xero.systems" 65 + "https://relay.upcloud.world" 66 + "https://relay.feeds.blue" 67 + "https://atproto.africa" 68 + ]; 57 69 }; 58 70 }; 59 71