Compare commits

...

2 Commits

Author SHA1 Message Date
6faee239c1 revert lanzaboote
Some checks are pending
Flake.lock / build (push) Waiting to run
2024-08-28 15:58:06 +02:00
87524503d8 add boot settings for lanzaboote 2024-08-28 15:57:30 +02:00

View File

@ -6,9 +6,4 @@
boot.plymouth.theme = "bgrt"; boot.plymouth.theme = "bgrt";
boot.consoleLogLevel = 0; boot.consoleLogLevel = 0;
boot.kernelParams = [ "quiet" "udev.log_level=0" ]; boot.kernelParams = [ "quiet" "udev.log_level=0" ];
boot.initrd.verbose = false;
boot.lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
};
} }