We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592c94f commit 464a57fCopy full SHA for 464a57f
1 file changed
services/bluesky-pds/default.nix
@@ -17,7 +17,16 @@
17
PDS_BLOB_UPLOAD_LIMIT = "200000000"; # 200 MB
18
PDS_CRAWLERS = lib.concatStringsSep "," [
19
"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"
28
"https://atproto.africa"
29
+ "https://relay.whey.party"
30
];
31
};
32
environmentFiles = [ config.age.secrets.bluesky-pds.path ];
0 commit comments