nixos-config/modules/system/devices/boot/lanzaboote/default.nix

7 lines
186 B
Nix

{ pkgs, lanzaboote, ... }:
{
imports = [ lanzaboote.nixosModules.lanzaboote ];
boot.lanzaboote.pkiBundle = "/etc/secureboot";
environment.systemPackages = with pkgs; [ sbctl ];
}