diff options
author | Adrian Kummerlaender | 2018-07-23 15:25:33 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2018-07-23 15:25:33 +0200 |
commit | b651482c5fbb395d0323f37a456e1afe2cfa282d (patch) | |
tree | 173acf10e60d9137554446a81b496967420b6b51 | |
parent | 5d1c0809cdde5a252fb772f92fd7886a50d86c77 (diff) | |
download | nixos_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.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; |