configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: crawlers

+12
+12
hosts/bluepill/modules/pds.nix
··· 36 36 email = { 37 37 from_address = "noreply@devins.page"; 38 38 }; 39 + firehose.crawlers = [ 40 + "https://bsky.network" 41 + "https://relay.fire.hose.cam" 42 + "https://relay2.fire.hose.cam" 43 + "https://relay3.fr.hose.cam" 44 + "https://relay.hayescmd.net" 45 + "https://relay.xero.systems" 46 + "https://relay.upcloud.world" 47 + "https://relay.feeds.blue" 48 + "https://atproto.africa" 49 + "https://relay.whey.party" 50 + ]; 39 51 }; 40 52 }; 41 53 }