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" ];