diff --git a/laptop/configuration.nix b/laptop/configuration.nix index 2a4b2fb5..99f3a6de 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -13,9 +13,6 @@ { lib, config, pkgs, ... }: { imports = [ - # Include the results of the hardware scan. - # Should be set on the machine's configuration.nix - # ./hardware-configuration.nix # Home-Manager Nix configuration file. ./home-manager.nix # Gnome configuration file. @@ -42,6 +39,7 @@ boot.plymouth.enable = true; boot.initrd.systemd.enable = true; boot.kernelParams = ["quiet"]; + # SecureBoot boot.loader.systemd-boot.enable = lib.mkForce false; boot.lanzaboote.enable = true;