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"; + } + ]; }