fix: disable lanzaboote completely on adrastea

This commit is contained in:
Youwen Wu 2024-08-10 00:47:41 -07:00
parent 0782d83b5b
commit e8f58a4f2b
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
2 changed files with 6 additions and 5 deletions

View file

@ -23,10 +23,10 @@
};
};
boot.lanzaboote = {
enable = false;
pkiBundle = "/etc/secureboot";
};
# boot.lanzaboote = {
# enable = false;
# pkiBundle = "/etc/secureboot";
# };
services.keyd = {
enable = true;