From ea8e5338b1499e1a1ef5b75025cf8c65834b20da Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sun, 2 Nov 2025 12:50:13 +0800 Subject: [PATCH] chore: Change seed server for radicle-explorer --- pkgs/radicle-explorer'.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/radicle-explorer'.nix b/pkgs/radicle-explorer'.nix index 95f8316..6e1ef11 100644 --- a/pkgs/radicle-explorer'.nix +++ b/pkgs/radicle-explorer'.nix @@ -10,7 +10,7 @@ scheme = "https"; } { - hostname = "ash.radicle.garden"; + hostname = "rosa.radicle.xyz"; port = 443; scheme = "https"; } @@ -20,7 +20,7 @@ scheme = "https"; } { - hostname = "seed.radicle.garden"; + hostname = "iris.radicle.xyz"; port = 443; scheme = "https"; }