Adjust systemd-boot so it is readable

This commit is contained in:
Gene Liverman 2023-10-06 20:47:43 -04:00
parent a4a10a61c6
commit fc2a790995

View file

@ -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}";