x: use lanzaboote
This commit is contained in:
parent
e20e5ea2a7
commit
6e9933ef80
1systems/x/x13
|
@ -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
|
||||
];
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
{pkgs,lib, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.sbctl ];
|
||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||
boot.lanzaboote = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue