From 31e41f14c57647175f39a4383fc1ac7d26b9ecb4 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Tue, 13 May 2025 10:14:31 +0800 Subject: [PATCH] add config for radicle-explorer --- pkgs/radicle-explorer.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pkgs/radicle-explorer.nix b/pkgs/radicle-explorer.nix index fef11ab..27ef720 100644 --- a/pkgs/radicle-explorer.nix +++ b/pkgs/radicle-explorer.nix @@ -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"; + } + ]; }