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