[Boot] use NixOS default for systemd-boot console mode

This commit is contained in:
Antoine Viallon 2023-04-13 20:59:34 +02:00
parent 92ce171ecc
commit b5e030c852
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -200,7 +200,6 @@ in {
loader.systemd-boot = {
enable = cfg.efi && (!cfg.useGrub);
configurationLimit = cfg.configurationLimit;
consoleMode = "auto";
};
loader.generic-extlinux-compatible = {