Add secureBoot
This commit is contained in:
parent
a7dba12fd3
commit
4a8e226066
3 changed files with 26 additions and 2 deletions
|
|
@ -20,6 +20,15 @@
|
|||
'';
|
||||
};
|
||||
|
||||
secureBoot = lib.mkOption {
|
||||
default = false;
|
||||
example = true;
|
||||
description = ''
|
||||
enables secure boot.
|
||||
Please don't forget to add your keys.
|
||||
'';
|
||||
};
|
||||
|
||||
useSystemdBootloader = lib.mkOption {
|
||||
default = true;
|
||||
example = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue