Correct path of host master key for zbox

This commit is contained in:
niten 2023-11-20 17:04:40 -08:00
parent 4def11d9b9
commit 7e529bd946
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
master-key = {
public-key =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE64j2PrkiXul+DFF9InFmrrAYXUNxnBX+4EurhbXw13";
key-path = "/state/master-key/key";
key-path = "/state/master-key/ssh_ed25519_key";
};
# initrd-ip = "10.0.5.110";
}