Initial setup for lanzaboote
This commit is contained in:
parent
24a865004a
commit
1908280a34
6 changed files with 207 additions and 9 deletions
5
bootloaders/systemd/default.nix
Normal file
5
bootloaders/systemd/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
boot.loader.systemd-boot.enable = lib.mkForce true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue