[quitte] Add video kernel parameter

This commit is contained in:
Hendrik Wolff 2023-02-15 16:46:48 +01:00
parent 9dc63921b8
commit 02dfd380fb

View file

@ -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/";