Set systemd-boot build entry limit

This commit is contained in:
GHOSCHT 2024-05-24 13:56:29 +02:00
parent 241dc3e053
commit a1a5d9a90c
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -3,6 +3,7 @@
systemd-boot = {
enable = true;
consoleMode = "max";
configurationLimit = 42;
};
efi.canTouchEfiVariables = true;
};