x: use lanzaboote

This commit is contained in:
makefu 2023-08-17 20:12:02 +02:00
parent e20e5ea2a7
commit 6e9933ef80
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225
2 changed files with 3 additions and 0 deletions

View file

@ -10,6 +10,7 @@
../../../2configs/hw/bluetooth.nix
../../../2configs/hw/tpm.nix
../../../2configs/hw/ssd.nix
./secureboot.nix
# ../../../2configs/hw/xmm7360.nix
nixos-hardware.nixosModules.lenovo-thinkpad-l14-amd
];

View file

@ -1,4 +1,6 @@
{pkgs,lib, ... }:
{
environment.systemPackages = [ pkgs.sbctl ];
boot.loader.systemd-boot.enable = lib.mkForce false;
boot.lanzaboote = {
enable = true;