From b1cfe1e31b902ef45c340e5940ddc6f6ac9609fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Tue, 21 Apr 2026 22:42:33 +0200 Subject: [PATCH] feat: initrd infinite default device timeout --- features/initrd-ssh.nix | 3 +++ 1 file changed, 3 insertions(+) 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 = {