change merlin pubkey in local builds

This commit is contained in:
Sam 2025-01-26 13:35:12 +00:00
parent 5416b85797
commit 569557a2cf
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ in
programs.ssh.knownHosts = {
"merlin" = {
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFSGyrQvwa7gj0tG/EX3siWzGT9badUkD0yw0YGkcNeQ root@merlin";
publicKey = "${remoteMachineIp} ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFSGyrQvwa7gj0tG/EX3siWzGT9badUkD0yw0YGkcNeQ";
};
};