server2: disable vga modesetting

This commit is contained in:
Astro 2021-06-18 20:09:22 +02:00
parent a85c25b0e2
commit 7d7c89ddb1
1 changed files with 1 additions and 1 deletions

View File

@ -5,8 +5,8 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" "pppoe" ];
boot.extraModulePackages = [ ];
boot.kernelParams = [ "nomodeset" ];
hardware.cpu.intel.updateMicrocode = true;
fileSystems."/" =
{ device = "server2/root";
fsType = "zfs";