Add more README
This commit is contained in:
parent
1fbe239814
commit
b225a99a23
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@
|
||||||
];
|
];
|
||||||
hostKeys = [
|
hostKeys = [
|
||||||
# Generate new keys with:
|
# Generate new keys with:
|
||||||
# ssh-keygen -t rsa -N "" -f /etc/secrets/initrd/ssh_host_rsa_key
|
# sudo mkdir -p /etc/secrets/initrd/
|
||||||
|
# ssh-keygen -t rsa -N "" -f /etc/secrets/initrd/ssh_host_rsa_key
|
||||||
"/etc/secrets/initrd/ssh_host_rsa_key"
|
"/etc/secrets/initrd/ssh_host_rsa_key"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue