mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
yodaYoga ssh unlock
This commit is contained in:
parent
0ae46bb84c
commit
86d74a34ac
@ -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
|
||||
|
@ -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
|
||||
|
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user