mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Merge pull request #304 from genebean/consoleMode
Adjust systemd-boot so it is readable
This commit is contained in:
commit
4641e6a4ee
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ in {
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
boot.loader.systemd-boot.consoleMode = "1";
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "${hostname}";
|
hostName = "${hostname}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue