From 4206be51f85e08630f01406a0c0af547315378e4 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 16 Sep 2020 22:28:55 +0200 Subject: [PATCH] Fix key path --- nixos/machines/hera/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/hera/boot.nix b/nixos/machines/hera/boot.nix index 76aa7a29..a118c93b 100644 --- a/nixos/machines/hera/boot.nix +++ b/nixos/machines/hera/boot.nix @@ -1,6 +1,6 @@ { ... }: { - m-0.server.initSSHKey = "/etc/nixos/machines/hera/secret/ssh_boot_rsa"; + m-0.server.initSSHKey = "/etc/nixos/nixos/machines/hera/secret/ssh_boot_rsa"; boot = { loader.grub = {