diff --git a/assets/ssh/known_hosts b/assets/ssh/known_hosts index 3a739f3..f69b8a3 100644 --- a/assets/ssh/known_hosts +++ b/assets/ssh/known_hosts @@ -6,5 +6,8 @@ fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIhyhbuidl8RIV6pvzXJVJLP2GRK9aCAk/aMSuNts0Bv # 2023-09 yodaYoga with NixOS 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 cloud.ej-altdorf.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4sPst5MT46Umwnz9bQCeT6M/gTM8urKqYHMY9lWBux diff --git a/hosts/yodaYoga/configuration.nix b/hosts/yodaYoga/configuration.nix index 20e52dd..1a6930c 100644 --- a/hosts/yodaYoga/configuration.nix +++ b/hosts/yodaYoga/configuration.nix @@ -30,7 +30,7 @@ in #../../modules/wallpaper.nix #../../modules/fwupd-gnome.nix #../../modules/print-and-scan.nix - #../../modules/fde-ssh-unlock.nix + ../../modules/fde-ssh-unlock.nix #../../modules/nextcloud-integration.nix #../../modules/gnome-config.nix diff --git a/modules/fde-ssh-unlock.nix b/modules/fde-ssh-unlock.nix index 52125cf..9ff849b 100644 --- a/modules/fde-ssh-unlock.nix +++ b/modules/fde-ssh-unlock.nix @@ -26,7 +26,8 @@ # Or check the "Network" part of: # 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 #boot.kernelParams = [ "ip=:::::eth0:dhcp" ];