Switch to newest kernel

Enables newest nvidia drivers
This commit is contained in:
GHOSCHT 2023-10-15 14:30:37 +02:00
parent d0240ef117
commit 7e1de2b212
No known key found for this signature in database

View file

@ -29,7 +29,7 @@
}; };
timeout = 5; timeout = 5;
}; };
kernelPackages = pkgs.linuxPackages_latest; kernelPackages = unstable.linuxPackages_latest;
}; };
hardware = { hardware = {