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"; + }; + }; }