diff options
-rw-r--r-- | host/obelix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/obelix.nix b/host/obelix.nix index f260768..ae2d00b 100644 --- a/host/obelix.nix +++ b/host/obelix.nix @@ -4,7 +4,7 @@ imports = [ ./hardware/obelix.nix ]; boot = { - kernelParams = [ "vga=0x31B" ]; + kernelParams = [ "vga=0x034D" ]; loader.grub = { enable = true; |