From 7e529bd946cebc01a239b285508eebaf22d0e140 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 20 Nov 2023 17:04:40 -0800 Subject: [PATCH] Correct path of host master key for zbox --- hosts/zbox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/zbox.nix b/hosts/zbox.nix index 2f68c59..786e707 100644 --- a/hosts/zbox.nix +++ b/hosts/zbox.nix @@ -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"; }