kernel changed to stable until 6.12.1 is up

This commit is contained in:
cnst
2024-11-25 19:01:22 +01:00
parent 11fd4f08f0
commit 13d2c4b482
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
extraBlacklistedModules = [];
extraKernelParams = [];
hardware = "nvidia";
variant = "latest";
variant = "stable";
};
loader = {
default = {
@@ -26,7 +26,7 @@
};
nvidia = {
enable = true;
package = "latest";
package = "beta";
open = {
enable = true;
};