mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
fix: nixos-installer - enable sshd
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
../modules/base
|
../modules/base
|
||||||
../modules/nixos/base/i18n.nix
|
../modules/nixos/base/i18n.nix
|
||||||
../modules/nixos/base/user-group.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/hardware-configuration.nix
|
||||||
../hosts/idols-ai/preservation.nix
|
../hosts/idols-ai/preservation.nix
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
../modules/base
|
../modules/base
|
||||||
../modules/nixos/base/i18n.nix
|
../modules/nixos/base/i18n.nix
|
||||||
../modules/nixos/base/user-group.nix
|
../modules/nixos/base/user-group.nix
|
||||||
../modules/nixos/base/networking.nix
|
../modules/nixos/base/ssh.nix
|
||||||
|
|
||||||
../hosts/12kingdoms-shoukei/hardware-configuration.nix
|
../hosts/12kingdoms-shoukei/hardware-configuration.nix
|
||||||
../hosts/idols-ai/preservation.nix
|
../hosts/idols-ai/preservation.nix
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
# ```bash
|
# ```bash
|
||||||
# # KDF: bcrypt with 256 rounds, takes 2s on Apple M2):
|
# # KDF: bcrypt with 256 rounds, takes 2s on Apple M2):
|
||||||
# # Passphrase: digits + letters + symbols, 12+ chars
|
# # 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. Never leave the device and never sent over the network.
|
||||||
# 2. Or just use hardware security keys like Yubikey/CanoKey.
|
# 2. Or just use hardware security keys like Yubikey/CanoKey.
|
||||||
|
|||||||
Reference in New Issue
Block a user