Commit db678cdbb8bf

Vincent Demeester <vincent@sbr.pm>
2026-07-28 22:28:10
fix(globals): update kyushu ssh.hostKey for known_hosts
The hostkey in the SSH keys section was updated but the machine's ssh.hostKey (used for ssh_known_hosts generation) was not.
1 parent bcf3c77
Changed files (1)
globals.nix
@@ -338,7 +338,7 @@ _: {
         ];
       };
       ssh = {
-        hostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINd795m+P54GlGJdMaGci9pQ9N942VUz8ri2F14+LWxg";
+        hostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAJOJ/Kd3KGVbd2QoOC+FqKxmNHLmrAEkP6lH0yqx1nO";
       };
       syncthing = {
         id = "G6EVI7A-WFXEAI2-ZK3BI5C-7FZJNQH-PIPBHSC-57VZDKU-HN3WBCX-A757UQJ";