add vno1-oh2 pubkey to hel1-a initrd
This commit is contained in:
parent
16c024ae47
commit
9c116fa8c7
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user