Merge pull request #304 from genebean/consoleMode

Adjust systemd-boot so it is readable
This commit is contained in:
Gene Liverman 2023-10-06 20:48:18 -04:00 committed by GitHub
commit 4641e6a4ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ in {
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.consoleMode = "1";
networking = {
hostName = "${hostname}";