Make systemdboot optional
This commit is contained in:
parent
4afd999894
commit
8c19df773b
4 changed files with 11 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ in {
|
|||
boot = {
|
||||
consoleLogLevel = 0;
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
systemd-boot = lib.mkIf config.conf.useSystemdBootloader {
|
||||
enable = true;
|
||||
configurationLimit = 5;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue