yodaYoga ssh unlock

This commit is contained in:
Daniel Langbein 2023-09-15 14:54:23 +02:00
parent 0ae46bb84c
commit 86d74a34ac
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
3 changed files with 6 additions and 2 deletions

View File

@ -6,5 +6,8 @@
fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIhyhbuidl8RIV6pvzXJVJLP2GRK9aCAk/aMSuNts0Bv fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIhyhbuidl8RIV6pvzXJVJLP2GRK9aCAk/aMSuNts0Bv
# 2023-09 yodaYoga with NixOS # 2023-09 yodaYoga with NixOS
192.168.178.99 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsiBDYIJOPZkOA4a2wNyFGyLgKy5ihAVLH63f/+4dZJ 192.168.178.99 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsiBDYIJOPZkOA4a2wNyFGyLgKy5ihAVLH63f/+4dZJ
# 2023-09 yodaYoga NixOS early SSH FDE unlock
192.168.178.99 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOH1sjHMLjGbxnDNke4xbY1IkSez/n0bJj3+80b4JTh+
# 2019-03 ejNas with Arch Linux # 2019-03 ejNas with Arch Linux
cloud.ej-altdorf.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4sPst5MT46Umwnz9bQCeT6M/gTM8urKqYHMY9lWBux cloud.ej-altdorf.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4sPst5MT46Umwnz9bQCeT6M/gTM8urKqYHMY9lWBux

View File

@ -30,7 +30,7 @@ in
#../../modules/wallpaper.nix #../../modules/wallpaper.nix
#../../modules/fwupd-gnome.nix #../../modules/fwupd-gnome.nix
#../../modules/print-and-scan.nix #../../modules/print-and-scan.nix
#../../modules/fde-ssh-unlock.nix ../../modules/fde-ssh-unlock.nix
#../../modules/nextcloud-integration.nix #../../modules/nextcloud-integration.nix
#../../modules/gnome-config.nix #../../modules/gnome-config.nix

View File

@ -26,7 +26,8 @@
# Or check the "Network" part of: # Or check the "Network" part of:
# inxi -F # inxi -F
# #
boot.initrd.availableKernelModules = [ "r8169" ]; # TODO: This value is valid for yodaTux only #boot.initrd.availableKernelModules = [ "r8169" ]; # TODO: This value is valid for yodaTux only
boot.initrd.availableKernelModules = [ "e1000e" ]; # TODO: This value is valid for yodaYoga only
# #
# dmesg -> enp0s20f0u1u2: renamed from eth0 # dmesg -> enp0s20f0u1u2: renamed from eth0
#boot.kernelParams = [ "ip=:::::eth0:dhcp" ]; #boot.kernelParams = [ "ip=:::::eth0:dhcp" ];