diff options
Diffstat (limited to 'modules/nixos/personal')
| -rw-r--r-- | modules/nixos/personal/hardware.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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"; |
