Enable NVIDIA driver patch
This commit is contained in:
parent
e45211d727
commit
c25f50189a
2 changed files with 2 additions and 3 deletions
|
@ -61,7 +61,7 @@
|
||||||
inputs.mailserver.nixosModules.default
|
inputs.mailserver.nixosModules.default
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
inputs.hercules-ci-agent.nixosModules.agent-service
|
inputs.hercules-ci-agent.nixosModules.agent-service
|
||||||
# inputs.nvidia-patch.nixosModules.nvidia-patch
|
inputs.nvidia-patch.nixosModules.nvidia-patch
|
||||||
self.nixosModules.settei
|
self.nixosModules.settei
|
||||||
self.nixosModules.common
|
self.nixosModules.common
|
||||||
sharedOptions
|
sharedOptions
|
||||||
|
|
|
@ -90,8 +90,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.nvidia = {
|
hardware.nvidia = {
|
||||||
# TODO: Makes the build spiral out of control?
|
patch.enable = true;
|
||||||
# patch.enable = true;
|
|
||||||
modesetting.enable = true;
|
modesetting.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue