summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorAlan Pearce2017-09-09 22:17:44 +0200
committerAlan Pearce2017-09-09 22:17:44 +0200
commit43b45692de6fdd24c64b5e530d59290d38ff6e93 (patch)
tree9f166b61216569b8aee7d2abc817308085eb4229 /modules
parent8eb4aea9debd55b133bdad3c584c270c7367e62c (diff)
downloadnixos-configuration-43b45692de6fdd24c64b5e530d59290d38ff6e93.tar.lz
nixos-configuration-43b45692de6fdd24c64b5e530d59290d38ff6e93.tar.zst
nixos-configuration-43b45692de6fdd24c64b5e530d59290d38ff6e93.zip
grub2: Setup console earlier in boot
Diffstat (limited to 'modules')
-rw-r--r--modules/grub2.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/grub2.nix b/modules/grub2.nix
index 6eaa8cc..be78a60 100644
--- a/modules/grub2.nix
+++ b/modules/grub2.nix
@@ -9,4 +9,5 @@
     };
     efi.canTouchEfiVariables = true;
   };
+  boot.earlyVconsoleSetup = true;
 }