Enable initrd ssh on limina

This commit is contained in:
niten 2021-10-15 15:37:04 -07:00
parent bd03f8c4f5
commit 7cf751b013

View File

@ -21,5 +21,11 @@
public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA44EqP6HHjIPBFuxKvi2oZc1sNU+N4pNMtlS89KWuDm";
key-path = "/state/master-key/key";
};
# initrd-ip = "10.0.5.1";
initrd-network = {
ip = "10.0.5.1";
keypair = {
public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDIcnHmIo08UgpNwBLe0RKYipxtznWlxLlKNgzBP/lot";
private-key-file = "/state/ssh/initrd/ssh_ed25519_key";
};
};
}