Set systemd-boot build entry limit
This commit is contained in:
parent
241dc3e053
commit
a1a5d9a90c
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
consoleMode = "max";
|
consoleMode = "max";
|
||||||
|
configurationLimit = 42;
|
||||||
};
|
};
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue