diff --git a/nixos/tests/radicle.nix b/nixos/tests/radicle.nix index 0c7c93359dae..21fc208d8255 100644 --- a/nixos/tests/radicle.nix +++ b/nixos/tests/radicle.nix @@ -6,7 +6,7 @@ let # The Node ID depends on nodes.seed.services.radicle.privateKeyFile - seed-nid = "z6Mkg52RcwDrPKRzzHaYgBkHH3Gi5p4694fvPstVE9HTyMB6"; + seed-nid = "z6MkhwX7wBkHQvcLazu2KDFK6UifGkLcoxNm2iA38fPH9LwU"; seed-ssh-keys = import ./ssh-keys.nix pkgs; seed-tls-certs = import common/acme/server/snakeoil-certs.nix;