feat: secure boot enabled on lappy
This commit is contained in:
parent
b0881d9244
commit
fa3624655d
3 changed files with 180 additions and 2 deletions
|
@ -36,6 +36,13 @@
|
|||
"kernel.yama.ptrace_scope=0"
|
||||
];
|
||||
|
||||
# Secure Boot
|
||||
boot.lanzaboote = {
|
||||
enable = true;
|
||||
pkiBundle = "/var/lib/sbctl";
|
||||
};
|
||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
libvirtd.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue