mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 17:57:50 +00:00
[Boot] use NixOS default for systemd-boot console mode
This commit is contained in:
parent
92ce171ecc
commit
b5e030c852
1 changed files with 0 additions and 1 deletions
1
boot.nix
1
boot.nix
|
|
@ -200,7 +200,6 @@ in {
|
||||||
loader.systemd-boot = {
|
loader.systemd-boot = {
|
||||||
enable = cfg.efi && (!cfg.useGrub);
|
enable = cfg.efi && (!cfg.useGrub);
|
||||||
configurationLimit = cfg.configurationLimit;
|
configurationLimit = cfg.configurationLimit;
|
||||||
consoleMode = "auto";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
loader.generic-extlinux-compatible = {
|
loader.generic-extlinux-compatible = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue