Make systemdboot optional
This commit is contained in:
parent
4afd999894
commit
8c19df773b
4 changed files with 11 additions and 3 deletions
|
|
@ -20,6 +20,14 @@
|
|||
'';
|
||||
};
|
||||
|
||||
useSystemdBootloader = lib.mkOption {
|
||||
default = true;
|
||||
example = false;
|
||||
description = ''
|
||||
use systemd bootloader.
|
||||
'';
|
||||
};
|
||||
|
||||
cpu = lib.mkOption {
|
||||
# TODO: how to enable arm?
|
||||
default = "amd";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue