From ad040a53394e70a42f7451619c3fe57e677bc61d Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Tue, 4 Nov 2025 13:52:27 +0100 Subject: [PATCH] chore: add fixme comment with instructions Signed-off-by: Lander Van den Bulcke --- hosts/hyp-01/modules/networking.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/hyp-01/modules/networking.nix b/hosts/hyp-01/modules/networking.nix index b90b3a6..009cf2f 100644 --- a/hosts/hyp-01/modules/networking.nix +++ b/hosts/hyp-01/modules/networking.nix @@ -71,6 +71,12 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPnthKtz0fE4yQ/X10cJgKVCjYCNkRNoqV28xAhD7h2M cardno:22_498_026" ]; hostKeys = [ + # FIXME: this has to be manually uploaded during installation... + # scp /tmp/initrd-ssh-key root@95.217.199.121:/mnt/var/lib/initrd-ssh-key + # nixos-enter + # realpath /run/current-system + # exit + # nixos-install --no-root-passwd --no-channel-copy --root /mnt --system /nix/store/1j1cf7l6f2b3hfd2dxmkmrvg5kblhgkl-nixos-system-eve-23.11.20231014.da24e6f "/etc/secrets/initrd/ssh_host_ed25519_key" ]; };