From 1eb3b63c802325a1a40f6e1c3833ea7ffb6a6444 Mon Sep 17 00:00:00 2001 From: caem Date: Thu, 27 Jun 2024 21:17:42 +0200 Subject: [PATCH] oops --- machines/workstation/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/workstation/hardware-configuration.nix b/machines/workstation/hardware-configuration.nix index bcf2941..c574bd2 100644 --- a/machines/workstation/hardware-configuration.nix +++ b/machines/workstation/hardware-configuration.nix @@ -39,7 +39,7 @@ boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" "kvm-intel" ]; boot.extraModulePackages = [ ]; - extraModprobeConfig = "options kvm_amd nested=1"; + boot.extraModprobeConfig = "options kvm_amd nested=1"; boot.kernelParams = [ "nvidia_drm.fbdev=1" ];