config the header, seed images of radicle seed server

This commit is contained in:
ulic-youthlic 2025-05-14 03:37:58 +08:00
parent d411035f10
commit c1bf23dae9
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 13 additions and 3 deletions

View file

@ -1,25 +0,0 @@
{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";
}
];
}