add vno1-oh2 pubkey to hel1-a initrd

This commit is contained in:
Motiejus Jakštys 2023-07-23 15:58:54 +03:00
parent 16c024ae47
commit 9c116fa8c7

View File

@ -26,7 +26,9 @@ in {
initrd = { initrd = {
enable = true; 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"]; hostKeys = ["/etc/secrets/initrd/ssh_host_ed25519_key"];
}; };
snapshot = { snapshot = {