Add ssh-luks to desktop

This commit is contained in:
albert 2024-07-28 09:14:59 +09:00
parent 3f63296c35
commit 8779cb4ce8
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 2 additions and 2 deletions

View file

@ -28,8 +28,8 @@
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMrfwK60FYqUwvUwRuI3pwMnVX28aeuOvRPCMLNOi5IT albert@nixos-desktop''
];
hostKeys = [
# Generate new keys with:
# CAUTION: You WANT to generate a new key. This is stored plaintext in /boot
# Generate new keys with:
# ssh-keygen -t rsa -N "" -f /boot/ssh_host_rsa_key
"/boot/ssh_host_rsa_key"
];

View file

@ -5,7 +5,7 @@
../../common/modules/secureboot.nix
# ../../common/modules/yubikey-auth.nix
# ../../common/modules/boot.nix
# ../../common/modules/ssh-luks.nix
../../common/modules/ssh-luks.nix
../../common/services/openrazer.nix
../../common/services/podman.nix
../../common/services/tailscale-autoconnect.nix