Unverified Commit 405dc55d authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

nixos/tests/radicle{,-ci-broker}: update seed nid (#458840)

parents a891b781 ab707a84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{ lib, pkgs, ... }:

let
  seed-nid = "z6Mkg52RcwDrPKRzzHaYgBkHH3Gi5p4694fvPstVE9HTyMB6";
  seed-nid = "z6MkhwX7wBkHQvcLazu2KDFK6UifGkLcoxNm2iA38fPH9LwU";
  seed-ssh-keys = import ./ssh-keys.nix pkgs;

  radicleConfig =
+1 −1
Original line number Diff line number Diff line
@@ -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;