Working
This commit is contained in:
parent
bc1347a224
commit
270252e5f8
19 changed files with 178 additions and 84 deletions
|
@ -15,6 +15,11 @@
|
|||
"audio"
|
||||
"ccr"
|
||||
"exwm"
|
||||
"battery"
|
||||
"ssh"
|
||||
"adb"
|
||||
"qmk-udev"
|
||||
"bluetooth"
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "nvme" "usb_storage" "sd_mod"];
|
||||
|
|
|
@ -70,4 +70,6 @@
|
|||
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
services.throttled.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue