From 9c116fa8c710e8fff97ac36d6f478456db32511b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 23 Jul 2023 15:58:54 +0300 Subject: [PATCH] add vno1-oh2 pubkey to hel1-a initrd --- hosts/hel1-a/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/hel1-a/configuration.nix b/hosts/hel1-a/configuration.nix index 7a3ca1c..999e39f 100644 --- a/hosts/hel1-a/configuration.nix +++ b/hosts/hel1-a/configuration.nix @@ -26,7 +26,9 @@ in { initrd = { enable = true; - authorizedKeys = builtins.attrValues myData.people_pubkeys; + authorizedKeys = + (builtins.attrValues myData.people_pubkeys) + ++ [myData.hosts."vno1-oh2.servers.jakst".publicKey]; hostKeys = ["/etc/secrets/initrd/ssh_host_ed25519_key"]; }; snapshot = {