system(nvidia): beta driver

This commit is contained in:
NullBite 2025-02-23 18:20:26 -05:00
parent 490c290171
commit 675ca4742d
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -69,9 +69,8 @@ in
# Optionally, you may need to select the appropriate driver version for your specific GPU.
package = let
stable = config.boot.kernelPackages.nvidiaPackages.stable;
version = stable;
in lib.mkDefault version;
inherit (config.boot.kernelPackages.nvidiaPackages) production stable latest beta;
in lib.mkDefault beta;
};
};
}