fix: nixos-installer - enable sshd

This commit is contained in:
Ryan Yin
2025-07-13 01:25:37 +08:00
parent 323aaf0ac0
commit a6d54395d3
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
# ```bash
# # KDF: bcrypt with 256 rounds, takes 2s on Apple M2):
# # Passphrase: digits + letters + symbols, 12+ chars
# ssh-keygen -t ed25519 -a 256 -C "ryan@xxx" -f ~/.ssh/xxx`
# ssh-keygen -t ed25519 -a 256 -C "ryan@xxx" -f ~/.ssh/xxx
# ```
# 2. Never leave the device and never sent over the network.
# 2. Or just use hardware security keys like Yubikey/CanoKey.