Commit c26d719cbf87

Vincent Demeester <vincent@sbr.pm>
2026-06-19 10:35:32
fix(kyushu): remove deprecated bootspec.enable
Option no longer has any effect as bootspec is now always generated in nixpkgs.
1 parent 079786c
Changed files (1)
systems
kyushu
systems/kyushu/boot.nix
@@ -6,7 +6,6 @@
 
   boot = {
     # Secure boot configuration
-    bootspec.enable = true;
     # First boot systemd-boot has to be enabled, then switch to lanzaboote
     loader.systemd-boot.enable = lib.mkForce false;
     lanzaboote = {