Add ssh-luks to desktop
This commit is contained in:
parent
3f63296c35
commit
8779cb4ce8
2 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@
|
||||||
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMrfwK60FYqUwvUwRuI3pwMnVX28aeuOvRPCMLNOi5IT albert@nixos-desktop''
|
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMrfwK60FYqUwvUwRuI3pwMnVX28aeuOvRPCMLNOi5IT albert@nixos-desktop''
|
||||||
];
|
];
|
||||||
hostKeys = [
|
hostKeys = [
|
||||||
# Generate new keys with:
|
|
||||||
# CAUTION: You WANT to generate a new key. This is stored plaintext in /boot
|
# 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
|
# ssh-keygen -t rsa -N "" -f /boot/ssh_host_rsa_key
|
||||||
"/boot/ssh_host_rsa_key"
|
"/boot/ssh_host_rsa_key"
|
||||||
];
|
];
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
../../common/modules/secureboot.nix
|
../../common/modules/secureboot.nix
|
||||||
# ../../common/modules/yubikey-auth.nix
|
# ../../common/modules/yubikey-auth.nix
|
||||||
# ../../common/modules/boot.nix
|
# ../../common/modules/boot.nix
|
||||||
# ../../common/modules/ssh-luks.nix
|
../../common/modules/ssh-luks.nix
|
||||||
../../common/services/openrazer.nix
|
../../common/services/openrazer.nix
|
||||||
../../common/services/podman.nix
|
../../common/services/podman.nix
|
||||||
../../common/services/tailscale-autoconnect.nix
|
../../common/services/tailscale-autoconnect.nix
|
||||||
|
|
Loading…
Reference in a new issue