mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 09:58:47 +08:00
fix: Update NVIDIA GPU configurations to use mkOverride
This commit is contained in:
committed by
mergify[bot]
parent
5cbf79226b
commit
04567f4ebc
@@ -6,5 +6,5 @@ in
|
|||||||
imports = [ ../. ];
|
imports = [ ../. ];
|
||||||
|
|
||||||
# enable the opensorce drivers if the package supports it
|
# enable the opensorce drivers if the package supports it
|
||||||
hardware.nvidia.open = lib.mkDefault (nividiaPackage ? open && nividiaPackage ? firmware);
|
hardware.nvidia.open = lib.mkOverride 990 (nividiaPackage ? open && nividiaPackage ? firmware);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,5 +6,5 @@ in
|
|||||||
imports = [ ../. ];
|
imports = [ ../. ];
|
||||||
|
|
||||||
# enable the opensorce drivers if the package supports it
|
# enable the opensorce drivers if the package supports it
|
||||||
hardware.nvidia.open = lib.mkDefault (nividiaPackage ? open && nividiaPackage ? firmware);
|
hardware.nvidia.open = lib.mkOverride 990 (nividiaPackage ? open && nividiaPackage ? firmware);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,5 +6,5 @@ in
|
|||||||
imports = [ ../. ];
|
imports = [ ../. ];
|
||||||
|
|
||||||
# enable the opensorce drivers if the package supports it
|
# enable the opensorce drivers if the package supports it
|
||||||
hardware.nvidia.open = lib.mkDefault (nividiaPackage ? open && nividiaPackage ? firmware);
|
hardware.nvidia.open = lib.mkOverride 990 (nividiaPackage ? open && nividiaPackage ? firmware);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user