tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
fix: crawlers
devins.page
5 days ago
ce15cf8d
9544631a
+12
1 changed file
expand all
collapse all
unified
split
hosts
bluepill
modules
pds.nix
+12
hosts/bluepill/modules/pds.nix
···
36
36
email = {
37
37
from_address = "noreply@devins.page";
38
38
};
39
39
+
firehose.crawlers = [
40
40
+
"https://bsky.network"
41
41
+
"https://relay.fire.hose.cam"
42
42
+
"https://relay2.fire.hose.cam"
43
43
+
"https://relay3.fr.hose.cam"
44
44
+
"https://relay.hayescmd.net"
45
45
+
"https://relay.xero.systems"
46
46
+
"https://relay.upcloud.world"
47
47
+
"https://relay.feeds.blue"
48
48
+
"https://atproto.africa"
49
49
+
"https://relay.whey.party"
50
50
+
];
39
51
};
40
52
};
41
53
}