flake/hosts/aristotle/lanzaboote.nix

8 lines
143 B
Nix
Raw Normal View History

2023-12-10 15:56:40 +00:00
{pkgs, ...}: {
2024-07-09 23:12:02 +00:00
environment.systemPackages = [pkgs.sbctl];
boot.lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
};
}