summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-07-23 15:25:33 +0200
committerAdrian Kummerlaender2018-07-23 15:25:33 +0200
commitb651482c5fbb395d0323f37a456e1afe2cfa282d (patch)
tree173acf10e60d9137554446a81b496967420b6b51
parent5d1c0809cdde5a252fb772f92fd7886a50d86c77 (diff)
downloadnixos_system-b651482c5fbb395d0323f37a456e1afe2cfa282d.tar
nixos_system-b651482c5fbb395d0323f37a456e1afe2cfa282d.tar.gz
nixos_system-b651482c5fbb395d0323f37a456e1afe2cfa282d.tar.bz2
nixos_system-b651482c5fbb395d0323f37a456e1afe2cfa282d.tar.lz
nixos_system-b651482c5fbb395d0323f37a456e1afe2cfa282d.tar.xz
nixos_system-b651482c5fbb395d0323f37a456e1afe2cfa282d.tar.zst
nixos_system-b651482c5fbb395d0323f37a456e1afe2cfa282d.zip
Update obelix vga kernel parameter
-rw-r--r--host/obelix.nix2
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;