add config for radicle-explorer

This commit is contained in:
ulic-youthlic 2025-05-13 10:14:31 +08:00
parent e9f186d8ff
commit 31e41f14c5
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -1,3 +1,25 @@
{pkgs, ...}:
pkgs.radicle-explorer.withConfig {
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";
}
];
}