From 7e331074b02d97de3e66a260155364040a094b5d Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sun, 17 Mar 2024 09:18:44 +0100 Subject: [PATCH] high res boot menu --- modules/hardware/common-desktop.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/hardware/common-desktop.nix b/modules/hardware/common-desktop.nix index a427d18..c0e3d6f 100644 --- a/modules/hardware/common-desktop.nix +++ b/modules/hardware/common-desktop.nix @@ -16,13 +16,16 @@ in { initrd.supportedFilesystems = ["btrfs"]; consoleLogLevel = 0; initrd.verbose = false; + plymouth.enable = true; loader = { - systemd-boot.enable = true; timeout = 3; efi.canTouchEfiVariables = true; + systemd-boot = { + enable = true; + editor = false; # do not allow changing kernel parameters + consoleMode = "max"; + }; }; - - plymouth.enable = true; }; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking