From a2ff80d2e83170d5a98775cf60d032cfaae7d590 Mon Sep 17 00:00:00 2001 From: aristote Date: Thu, 27 Feb 2025 18:40:42 +0100 Subject: nixos: hardware: luks: fix keyFileTimeout --- modules/nixos/personal/hardware.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/nixos/personal') diff --git a/modules/nixos/personal/hardware.nix b/modules/nixos/personal/hardware.nix index 3604852..0c7a068 100644 --- a/modules/nixos/personal/hardware.nix +++ b/modules/nixos/personal/hardware.nix @@ -55,7 +55,8 @@ in { cfg.disks.crypted; preLVM = true; fallbackToPassword = true; - keyFileTimeout = 1; + # only supported with systemd-initrd + # keyFileTimeout = 1; keyFile = config.fileSystems."/boot".device + ":/keyfile"; -- cgit v1.2.3