mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 18:16:52 +01:00
correct public Host key
This commit is contained in:
parent
6331b2f4f4
commit
37b3cbe181
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ in
|
|||
"nixos-test"
|
||||
];
|
||||
hostName = "missing.ninja";
|
||||
publicHostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFXC3OTdOwL8WSChxEDCb5/VmFXp6fYFD3mL0XEw1EL0";
|
||||
publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUZYQzNPVGRPd0w4V1NDaHhFRENiNS9WbUZYcDZmWUZEM21MMFhFdzFFTDAgcm9vdEBoZXR6bmVyCg==";
|
||||
protocol = "ssh-ng";
|
||||
sshUser = "builder";
|
||||
sshKey = "/root/.ssh/builder";
|
||||
|
|
Loading…
Reference in a new issue