pacifidlog: set consoleMode to max

This commit is contained in:
Aly Raffauf 2024-10-13 15:54:53 -04:00
parent 115ba43fda
commit 614a598c20

View file

@ -33,7 +33,11 @@
loader = { loader = {
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
systemd-boot.enable = lib.mkForce false;
systemd-boot = {
enable = lib.mkForce false;
consoleMode = "max";
};
}; };
}; };