From 170e7951991f7d9c98d62da6f557e6ee0df361fd Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 25 Feb 2025 14:03:17 +0000 Subject: [PATCH] change ssh key for git.bitlab21.com --- hosts/common/optional/nixos-containers/baseddata-worker.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/optional/nixos-containers/baseddata-worker.nix b/hosts/common/optional/nixos-containers/baseddata-worker.nix index eb7ea92..50b8bc2 100644 --- a/hosts/common/optional/nixos-containers/baseddata-worker.nix +++ b/hosts/common/optional/nixos-containers/baseddata-worker.nix @@ -291,7 +291,7 @@ in { programs.ssh.knownHosts = { "git.bitlab21.com" = { - publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFSGyrQvwa7gj0tG/EX3siWzGT9badUkD0yw0YGkcNeQ"; + publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGMhJtDn/67/F/NJWI4ikH6kYcHB3mUYZzwSltlFYO5D"; }; };