Update hardware settings on marauder
This commit is contained in:
parent
fda44a9cc8
commit
36f3d3b66b
1 changed files with 11 additions and 8 deletions
|
|
@ -48,12 +48,14 @@
|
|||
hardware = {
|
||||
enableRedistributableFirmware = true;
|
||||
cpu.amd.updateMicrocode = true;
|
||||
opengl = {
|
||||
graphics = {
|
||||
enable = true;
|
||||
driSupport32Bit = true;
|
||||
enable32Bit = true;
|
||||
extraPackages = [ pkgs.vaapiVdpau ];
|
||||
};
|
||||
nvidia.prime = {
|
||||
nvidia = {
|
||||
open = true;
|
||||
prime = {
|
||||
offload = {
|
||||
enable = true;
|
||||
enableOffloadCmd = true;
|
||||
|
|
@ -62,6 +64,7 @@
|
|||
nvidiaBusId = "PCI:01:00:0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment = {
|
||||
systemPackages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue