diff --git a/system/boot.nix b/system/boot.nix index 17fee1a..7a2fd82 100644 --- a/system/boot.nix +++ b/system/boot.nix @@ -16,6 +16,10 @@ "rd.systemd.show_status=false" "rd.udev.log_level=3" "udev.log_priority=3" + + # Disable password timeout + "luks.options=timeout=0" + "rootflags=x-systemd.device-timeout=0" ]; initrd.systemd.enable = true;