From f77c341e2b148a873c167e22f2082baf17f2074a Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Mon, 17 Feb 2025 13:00:18 -0500 Subject: [PATCH] adding fallbackToPassword to bob --- systems/bob/hardware.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/bob/hardware.nix b/systems/bob/hardware.nix index c278c69..09eabad 100644 --- a/systems/bob/hardware.nix +++ b/systems/bob/hardware.nix @@ -28,6 +28,7 @@ allowDiscards = true; keyFileSize = 4096; keyFile = "/dev/disk/by-id/usb-Samsung_Flash_Drive_FIT_0374620080067131-0:0"; + fallbackToPassword = true; }; }; kernelModules = [ "kvm-amd" ];