Thor: newer nvidia driver
This commit is contained in:
parent
7915a64810
commit
c9cd277f23
1 changed files with 16 additions and 1 deletions
|
|
@ -46,6 +46,22 @@
|
|||
};
|
||||
|
||||
hardware = {
|
||||
|
||||
nvidia = {
|
||||
# modesetting.enable = true;
|
||||
nvidiaSettings = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.mkDriver {
|
||||
version = "555.58.02";
|
||||
|
||||
sha256_64bit = "sha256-xctt4TPRlOJ6r5S54h5W6PT6/3Zy2R4ASNFPu8TSHKM=";
|
||||
sha256_aarch64 = lib.fakeSha256;
|
||||
openSha256 = lib.fakeSha256;
|
||||
settingsSha256 = "sha256-ZpuVZybW6CFN/gz9rx+UJvQ715FZnAOYfHn5jt5Z2C8=";
|
||||
persistencedSha256 = lib.fakeSha256;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
opengl.enable = true;
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
|
|
@ -53,7 +69,6 @@
|
|||
};
|
||||
enableRedistributableFirmware = true;
|
||||
pulseaudio.enable = false;
|
||||
# nvidia.modesetting.enable = true;
|
||||
opentabletdriver = { enable = true; daemon.enable = true; };
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue