System/Nixinator: Enable lanzaboote + secure boot
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
{
|
||||
lib,
|
||||
mylib,
|
||||
pkgs,
|
||||
username,
|
||||
@ -14,6 +15,11 @@
|
||||
];
|
||||
|
||||
modules = {
|
||||
bootloader = {
|
||||
# Secure boot
|
||||
loader = "lanzaboote";
|
||||
};
|
||||
|
||||
impermanence.enable = true;
|
||||
|
||||
network = {
|
||||
|
Reference in New Issue
Block a user