From 0cf450e69064eeaca9c283427d22e3101e7fb15a Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sat, 6 Aug 2022 22:04:01 +0200 Subject: [PATCH] fix(steveej-t14): remove broken modprobe options --- nix/os/devices/steveej-t14/hw.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nix/os/devices/steveej-t14/hw.nix b/nix/os/devices/steveej-t14/hw.nix index b951fc4..3ba31ce 100644 --- a/nix/os/devices/steveej-t14/hw.nix +++ b/nix/os/devices/steveej-t14/hw.nix @@ -22,7 +22,4 @@ in # boot.initrd.availableKernelModules = stage1Modules; boot.initrd.kernelModules = stage1Modules; - boot.extraModprobeConfig = '' - options kvm_amd nested=1; - ''; }