diff --git a/modules/fde-ssh-unlock.nix b/modules/fde-ssh-unlock.nix index ab45c00..5d1bb00 100644 --- a/modules/fde-ssh-unlock.nix +++ b/modules/fde-ssh-unlock.nix @@ -25,4 +25,6 @@ # dmesg -> enp0s20f0u1u2: renamed from eth0 #boot.kernelParams = [ "ip=:::::eth0:dhcp" ]; boot.kernelParams = [ "ip=dhcp" ]; + + # TODO: Timeout if no Internet connection is available (to be able to enter password with a keyboard). }