Commit 8e29cde0e371

Vincent Demeester <vincent@sbr.pm>
2025-04-17 00:22:43
systems/kyushu: first boot needs systemd-boot
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 010d448
Changed files (1)
systems
kyushu
systems/kyushu/boot.nix
@@ -3,11 +3,12 @@
   boot = {
     # Secure boot configuration
     bootspec.enable = true;
-    loader.systemd-boot.enable = lib.mkForce false;
-    lanzaboote = {
-      enable = true;
-      pkiBundle = "/etc/secureboot";
-    };
+    # First boot systemd-boot has to be enabled, then switch to lanzaboote
+    # loader.systemd-boot.enable = lib.mkForce false;
+    # lanzaboote = {
+    #   enable = true;
+    #   pkiBundle = "/etc/secureboot";
+    # };
 
     initrd = { };