reenable nvidia drivers on hopper
This commit is contained in:
parent
8c98f8d386
commit
db55da378b
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@
|
||||||
nixpkgs.hostPlatform.system = "x86_64-linux";
|
nixpkgs.hostPlatform.system = "x86_64-linux";
|
||||||
|
|
||||||
## nvidia gpu
|
## nvidia gpu
|
||||||
#services.xserver.videoDrivers = ["nvidia"];
|
services.xserver.videoDrivers = ["nvidia"];
|
||||||
|
hardware.nvidia = {
|
||||||
|
open = false;
|
||||||
|
};
|
||||||
|
|
||||||
#hardware.nvidia = {
|
#hardware.nvidia = {
|
||||||
# modesetting.enable = true;
|
# modesetting.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue