Cleaned up comments

This commit is contained in:
Bryan Ramos 2023-03-22 00:26:05 -04:00
parent e5f6ca254c
commit 4870b68b9a
5 changed files with 6 additions and 8 deletions

View file

@ -6,7 +6,7 @@
(modulesPath + "/installer/scan/not-detected.nix")
];
## KERNEL MODULES
# KERNEL MODULES
boot.initrd.availableKernelModules = [ "vmd" "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ "dm-snapshot" ];
@ -33,7 +33,7 @@
};
## CPU
# CPU
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;