chore: add fixme comment with instructions
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
5d68fbf0a1
commit
ad040a5339
1 changed files with 6 additions and 0 deletions
|
|
@ -71,6 +71,12 @@
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPnthKtz0fE4yQ/X10cJgKVCjYCNkRNoqV28xAhD7h2M cardno:22_498_026"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPnthKtz0fE4yQ/X10cJgKVCjYCNkRNoqV28xAhD7h2M cardno:22_498_026"
|
||||||
];
|
];
|
||||||
hostKeys = [
|
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"
|
"/etc/secrets/initrd/ssh_host_ed25519_key"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue