From af55ec855eca234f5b34d776078d8d505373c742 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 7 Sep 2023 20:46:09 +0200 Subject: [PATCH] comment --- modules/fde-ssh-unlock.nix | 2 ++ 1 file changed, 2 insertions(+) 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). }