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

@@ -44,7 +44,7 @@
../modules/base
../modules/nixos/base/i18n.nix
../modules/nixos/base/user-group.nix
../modules/nixos/base/networking.nix
../modules/nixos/base/ssh.nix
../hosts/idols-ai/hardware-configuration.nix
../hosts/idols-ai/preservation.nix
@@ -67,7 +67,7 @@
../modules/base
../modules/nixos/base/i18n.nix
../modules/nixos/base/user-group.nix
../modules/nixos/base/networking.nix
../modules/nixos/base/ssh.nix
../hosts/12kingdoms-shoukei/hardware-configuration.nix
../hosts/idols-ai/preservation.nix

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.