Skip to content

Commit 464a57f

Browse files
committed
chore(services:bluesky-pds): add more crawlers?
1 parent 592c94f commit 464a57f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

services/bluesky-pds/default.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,16 @@
1717
PDS_BLOB_UPLOAD_LIMIT = "200000000"; # 200 MB
1818
PDS_CRAWLERS = lib.concatStringsSep "," [
1919
"https://bsky.network"
20+
"https://relay.cerulea.blue"
21+
"https://relay.fire.hose.cam"
22+
"https://relay2.fire.hose.cam"
23+
"https://relay3.fr.hose.cam"
24+
"https://relay.hayescmd.net"
25+
"https://relay.xero.systems"
26+
"https://relay.upcloud.world"
27+
"https://relay.feeds.blue"
2028
"https://atproto.africa"
29+
"https://relay.whey.party"
2130
];
2231
};
2332
environmentFiles = [ config.age.secrets.bluesky-pds.path ];

0 commit comments

Comments
 (0)