mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 06:53:54 -05:00
pacifidlog: set consoleMode to max
This commit is contained in:
parent
115ba43fda
commit
614a598c20
|
@ -33,7 +33,11 @@
|
|||
|
||||
loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot.enable = lib.mkForce false;
|
||||
|
||||
systemd-boot = {
|
||||
enable = lib.mkForce false;
|
||||
consoleMode = "max";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue