Skip to content

Commit

Permalink
docs: pin values for current driver
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Feb 5, 2025
1 parent ffbd72f commit c14e02e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hosts/nixos/gaming/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ in {
package = config.boot.kernelPackages.nvidiaPackages.beta;

# persistencedSha256 = lib.fakeSha256;
#
# nvidia.package = config.boot.kernelPackages.nvidiaPackages.mkDriver {
# version = "570.86.16";
# sha256_64bit = "sha256-RWPqS7ZUJH9JEAWlfHLGdqrNlavhaR1xMyzs8lJhy9U=";
# openSha256 = "sha256-DuVNA63+pJ8IB7Tw2gM4HbwlOh1bcDg2AN2mbEU9VPE=";
# settingsSha256 = "sha256-9rtqh64TyhDF5fFAYiWl3oDHzKJqyOW3abpcf2iNRT8=";
# persistencedSha256 = "sha256-3mp9X/oV8o2TH9720NnoXROxQ4g98nNee+DucXpQy3w=";
# };

# Doesn't boot with kde plasma6 on 6.11.5 kernel version
# package = config.boot.kernelPackages.nvidiaPackages.mkDriver {
Expand Down

0 comments on commit c14e02e

Please sign in to comment.