From 02dfd380fb661b779530bda6912dab250eb9c133 Mon Sep 17 00:00:00 2001 From: Hendrik Wolff Date: Wed, 15 Feb 2023 16:46:48 +0100 Subject: [PATCH] [quitte] Add video kernel parameter --- hosts/quitte/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/quitte/configuration.nix b/hosts/quitte/configuration.nix index d2db95f..c2f9cee 100644 --- a/hosts/quitte/configuration.nix +++ b/hosts/quitte/configuration.nix @@ -10,6 +10,7 @@ # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; + boot.kernelParams = [ "video=VGA-1:1024x768@30" ]; boot.loader.efi.canTouchEfiVariables = true; boot.supportedFilesystems = [ "zfs" ]; boot.zfs.devNodes = "/dev/";