From 4f77b3dbc0c45d0f039bfdcf5c587b4fdf40a446 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 10 May 2018 19:35:37 +0200 Subject: Set TTY resolution --- configuration.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 93ad350..7071009 100644 --- a/configuration.nix +++ b/configuration.nix @@ -9,20 +9,20 @@ ]; boot = { + kernelParams = [ "vga=0x31B" ]; + loader.grub = { enable = true; version = 2; device = "/dev/sdb"; }; - initrd.luks.devices = [ - { - name = "root"; - device = "/dev/disk/by-uuid/6205da24-b1b2-402c-b175-4036e678dea9"; - preLVM = true; - allowDiscards = true; - } - ]; + initrd.luks.devices = [ { + name = "root"; + device = "/dev/disk/by-uuid/6205da24-b1b2-402c-b175-4036e678dea9"; + preLVM = true; + allowDiscards = true; + } ]; }; fileSystems."/".options = [ "noatime" "nodiratime" "discard" ]; -- cgit v1.2.3