remove unused
This commit is contained in:
parent
02b4f103ca
commit
de7d77fc00
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
{
|
|
||||||
nixpkgs.config.packageOverrides = pkgs: {
|
|
||||||
linux_latest_hardened = pkgs.linux_latest_hardened.override {
|
|
||||||
extraConfig = ''
|
|
||||||
IA32_EMULATION y
|
|
||||||
KVM m
|
|
||||||
KVM_INTEL m
|
|
||||||
'';
|
|
||||||
features.ia32Emulation = true;
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
hardware.opengl.extraPackages32 = [ pkgs.linuxPackages.nvidia_x11.lib32 pkgs.pkgsi686Linux.libva ];
|
|
||||||
hardware.opengl.driSupport32Bit = true;
|
|
||||||
hardware.pulseaudio.support32Bit = true;
|
|
||||||
}
|
|
Loading…
Reference in a new issue