Switch to newest kernel
Enables newest nvidia drivers
This commit is contained in:
parent
d0240ef117
commit
7e1de2b212
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
};
|
||||
timeout = 5;
|
||||
};
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelPackages = unstable.linuxPackages_latest;
|
||||
};
|
||||
|
||||
hardware = {
|
||||
|
|
Loading…
Reference in a new issue