add config for radicle-explorer
This commit is contained in:
parent
e9f186d8ff
commit
31e41f14c5
1 changed files with 22 additions and 0 deletions
|
|
@ -1,3 +1,25 @@
|
||||||
{pkgs, ...}:
|
{pkgs, ...}:
|
||||||
pkgs.radicle-explorer.withConfig {
|
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";
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue