mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
common/gpu/nvidia: remove a default value (#1373)
https://github.com/NixOS/nixpkgs/pull/326369 has been merged.
This commit is contained in:
@@ -3,6 +3,4 @@
|
|||||||
{
|
{
|
||||||
imports = [ ../24.05-compat.nix ];
|
imports = [ ../24.05-compat.nix ];
|
||||||
services.xserver.videoDrivers = lib.mkDefault [ "nvidia" ];
|
services.xserver.videoDrivers = lib.mkDefault [ "nvidia" ];
|
||||||
# TODO: this will be a default after https://github.com/NixOS/nixpkgs/pull/326369
|
|
||||||
hardware.nvidia.modesetting.enable = lib.mkDefault true;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user