mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
fix: disable lanzaboote completely on adrastea
This commit is contained in:
parent
0782d83b5b
commit
e8f58a4f2b
2 changed files with 6 additions and 5 deletions
|
@ -23,10 +23,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
boot.lanzaboote = {
|
||||
enable = false;
|
||||
pkiBundle = "/etc/secureboot";
|
||||
};
|
||||
# boot.lanzaboote = {
|
||||
# enable = false;
|
||||
# pkiBundle = "/etc/secureboot";
|
||||
# };
|
||||
|
||||
services.keyd = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue