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