diff --git a/features/initrd-ssh.nix b/features/initrd-ssh.nix index a5e2ed8..5255914 100644 --- a/features/initrd-ssh.nix +++ b/features/initrd-ssh.nix @@ -59,6 +59,9 @@ boot.initrd.systemd.enable = true; + # remote unlock may take a while; don't let device units give up + boot.initrd.systemd.settings.Manager.DefaultDeviceTimeoutSec = "infinity"; + boot.initrd.network = { enable = true; ssh = {