2025-05-12 16:19:44 +08:00
|
|
|
{pkgs, ...}:
|
|
|
|
|
pkgs.radicle-explorer.withConfig {
|
2025-05-13 10:14:31 +08:00
|
|
|
preferredSeeds = [
|
|
|
|
|
{
|
|
|
|
|
hostname = "seed.youthlic.fun";
|
|
|
|
|
port = 443;
|
|
|
|
|
scheme = "https";
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
hostname = "ash.radicle.garden";
|
|
|
|
|
port = 443;
|
|
|
|
|
scheme = "https";
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
hostname = "seed.radicle.xyz";
|
|
|
|
|
port = 443;
|
|
|
|
|
scheme = "https";
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
hostname = "seed.radicle.garden";
|
|
|
|
|
port = 443;
|
|
|
|
|
scheme = "https";
|
|
|
|
|
}
|
|
|
|
|
];
|
2025-05-12 16:19:44 +08:00
|
|
|
}
|