summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorseth <[email protected]>2024-01-09 01:54:34 -0500
committerseth <[email protected]>2024-01-09 01:55:03 -0500
commit3ac4556e7cc8ebf3d9015f2edf5ce0ed4e5f5d05 (patch)
treebdce24dfc1928de6299e8e7a1069ef375d2d9c53 /systems
parent60c586a59c7615d45054be2bc9e32d6f0afecb3a (diff)
glados: pin nvidia driver to 535.146.02
Diffstat (limited to 'systems')
-rw-r--r--systems/glados/nvidia.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/systems/glados/nvidia.nix b/systems/glados/nvidia.nix
index 7b60254..f026f3f 100644
--- a/systems/glados/nvidia.nix
+++ b/systems/glados/nvidia.nix
@@ -9,7 +9,16 @@
];
hardware.nvidia = {
- package = config.boot.kernelPackages.nvidiaPackages.production;
+ # 545 isn't stable enough yet
+ # production driver as of 6a9382b8d1d9531be1a2fd611f3f91f30fb38678
+ package = config.boot.kernelPackages.nvidiaPackages.mkDriver {
+ version = "535.146.02";
+ sha256_64bit = "sha256-Sf0cyeRFyYspP3xm82vs/hLMwd6WDf/z8dyWujqcv3A=";
+ sha256_aarch64 = "sha256-8G0oNdaVWxIGwVaQSw/cojy4TIAuiUBF3B98BI4hEec=";
+ openSha256 = "sha256-Oyllcy3uYYK912CIusMwjKKHtMgoyOxpZWQQ8hIycuk=";
+ settingsSha256 = "sha256-IrN2NaPrZSN0sCZqYNJ43iCicX3ziwUgyLLSRzp9sHQ=";
+ persistencedSha256 = "sha256-trIddaTgKXszEJunK+t6D+e3HbLDTfAsitdEYRgwRNQ=";
+ };
modesetting.enable = true;
};