From 7cf751b013b5d6c66a01961cadfb4cfcce796ae1 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 15 Oct 2021 15:37:04 -0700 Subject: [PATCH] Enable initrd ssh on limina --- config/hosts/limina.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/hosts/limina.nix b/config/hosts/limina.nix index 950662f..84e8c60 100644 --- a/config/hosts/limina.nix +++ b/config/hosts/limina.nix @@ -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"; + }; + }; }