mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 07:23:56 -05:00
pacifidlog: try consoleMode 1
This commit is contained in:
parent
fef130e2de
commit
be30293153
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = lib.mkForce false;
|
enable = lib.mkForce false;
|
||||||
consoleMode = "max";
|
consoleMode = "1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue