revert lanzaboote
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed Chrayed 2024-08-28 15:58:06 +02:00
parent 87524503d8
commit 6faee239c1

View File

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@ -6,12 +6,4 @@
boot.plymouth.theme = "bgrt";
boot.consoleLogLevel = 0;
boot.kernelParams = [ "quiet" "udev.log_level=0" ];
boot.initrd.verbose = false;
# boot.lanzaboote = {
# enable = true;
# pkiBundle = "/etc/secureboot";
# };
environment.systemPackages = [
pkgs.sbctl
];
}