mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-30 06:11:52 +02:00
fix: nixos-installer - enable sshd
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user