From 60aadbdf2682347d1e7469f3c0768ae01b29c62f Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 6 Oct 2023 14:18:14 -0700 Subject: [PATCH] Wrong path to key --- hosts/germany.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/germany.nix b/hosts/germany.nix index 7b9e7e8..fb43e1d 100644 --- a/hosts/germany.nix +++ b/hosts/germany.nix @@ -11,6 +11,6 @@ master-key = { public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINtTmYtnN8oNWeQz8t2f8/OzX+AQHg7oOq8QEGyLg5cd"; - key-path = "/state/ssh/initrd/ssh_ed25519_key"; + key-path = "/state/master-key/ssh_ed25519_key"; }; }