grub2: Setup console earlier in boot
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M modules/grub2.nix → modules/grub2.nix
@@ -9,4 +9,5 @@ efiSupport = true; }; efi.canTouchEfiVariables = true; }; + boot.earlyVconsoleSetup = true; }