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

7 lines
199 B
Nix

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