Odin: nvidia driver 555

This commit is contained in:
Filippo Berto 2024-07-22 20:53:23 +02:00
parent 80b340c740
commit 763c848832
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -1,13 +1,23 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ pkgs, ... }: {
{ pkgs, lib, config, ... }: {
boot = { initrd.kernelModules = [ "i915" ]; };
hardware.nvidia = {
# modesetting.enable = true;
# package = pkgs.linuxPackages.nvidia_x11;
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;
};
prime = {
offload.enable = false;
sync.enable = true;