mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: set console-mode for systemd
This commit is contained in:
parent
6923b6b589
commit
08b9fa545f
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
timeout = 15;
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
consoleMode = "auto";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue