Commit 060d3246de25

Vincent Demeester <vincent@sbr.pm>
2025-04-17 00:32:12
systems/kyushu: can't boot, trying something
Not sure if it's the first or the 2nd that fails. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 168f786
Changed files (2)
systems
systems/kyushu/boot.nix
@@ -2,7 +2,7 @@
 {
   boot = {
     # Secure boot configuration
-    bootspec.enable = true;
+    # bootspec.enable = true;
     # First boot systemd-boot has to be enabled, then switch to lanzaboote
     # loader.systemd-boot.enable = lib.mkForce false;
     # lanzaboote = {
systems/kyushu/disks.nix
@@ -55,9 +55,9 @@
                 settings = {
                   # Make sure there is no trailing newline in keyfile if used for interactive unlock.
                   # Use `echo -n "password" > /tmp/data.keyfile`
-                  keyFile = "/dev/disk/by-id/usb-_USB_DISK_2.0_070D375D84327E87-0:0";
-                  keyFileOffset = 30992883712;
-                  keyFileSize = 4096;
+                  # keyFile = "/dev/disk/by-id/usb-_USB_DISK_2.0_070D375D84327E87-0:0";
+                  # keyFileOffset = 30992883712;
+                  # keyFileSize = 4096;
                   allowDiscards = true;
                 };
                 content = {