mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 12:03:55 -05:00
pacifidlog: set consoleMode to max
This commit is contained in:
parent
115ba43fda
commit
614a598c20
|
@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue