Compare commits
No commits in common. "06c531589a4ea50451ae97888335c6f741ee378a" and "cfc03cf56421d4ec2e11e6181f1191e68e4ac497" have entirely different histories.
06c531589a
...
cfc03cf564
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@
|
|||
];
|
||||
networking.hostName = "nixbook";
|
||||
|
||||
# boot.initrd.kernelModules = [ "i915" ];
|
||||
hardware.cpu.amd.updateMicrocode =
|
||||
boot.initrd.kernelModules = [ "i915" ];
|
||||
hardware.cpu.intel.updateMicrocode =
|
||||
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
hardware.acpilight.enable = lib.mkDefault true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue