feat: move tlp config to laptop configs

This commit is contained in:
Michael Mandl 2024-01-15 08:11:48 +01:00
parent 2d2b646d34
commit 7a5e17e8d8
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
4 changed files with 6 additions and 2 deletions

View file

@ -63,4 +63,6 @@
# networking.interfaces.wlp0s20f3.useDHCP = lib.mkDefault true;
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
services.tlp.enable = true;
}