make systemd-boot text bigger

This commit is contained in:
Daylin Morgan 2024-02-21 15:48:05 -06:00
parent 35b7106b11
commit 864c8d2095
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
networking.hostName = "othalan";
time.timeZone = "US/Central";
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.consoleMode = "max";
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_latest;