deploy/postgres-home-rekahsoft-ca.scm: Adjust host key after its rotation

This commit is contained in:
Collin J. Doering 2023-03-12 18:16:10 -04:00
parent 0ad27290f8
commit 9785665ab8
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022

View File

@ -7,7 +7,7 @@
(environment managed-host-environment-type)
(configuration (machine-ssh-configuration
(host-name "postgres.home.rekahsoft.ca")
(host-key "TODO")
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILyZiN3cN8c1Sq6FSBvW7un/0+seR7BOH48IUbpa/mXW root@(none)")
(system "x86_64-linux")
(user "auto")
(identity ".deploy-key")