1
0

A really switch to integrated graphic card

This commit is contained in:
dump_stack() 2019-07-25 07:17:03 +00:00
parent 16c7565571
commit ee98e27dea
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

@ -21,7 +21,11 @@ in {
time.timeZone = "UTC";
boot.kernelPackages = pkgs.linuxPackages;
boot.kernelPackages = unstable.linuxPackages_latest;
boot.blacklistedKernelModules = [ "nouveau" ];
hardware.cpu.intel.updateMicrocode = true;
hardware.enableRedistributableFirmware = true;
i18n = {
consoleFont = "latarcyrheb-sun32";