Clean up formatting

This commit is contained in:
Fabian Hauser 2022-04-23 20:56:17 +02:00
parent 23d7557b3a
commit a451e63974
4 changed files with 36 additions and 42 deletions

View file

@ -5,19 +5,14 @@
hardwareModules.lenovo-thinkpad-x1-9th-gen
];
boot.initrd.availableKernelModules = [
"xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod"
"ahci"
"usbhid"
];
boot.initrd.availableKernelModules =
[ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" "ahci" "usbhid" ];
boot.kernelModules = [ "kvm-intel" ];
boot.initrd.kernelModules = [ "dm-snapshot" ]; # TODO: This should be moved to defaults
boot.initrd.kernelModules =
[ "dm-snapshot" ]; # TODO: This should be moved to defaults
environment.systemPackages = with pkgs; [
modemmanager
libmbim
];
environment.systemPackages = with pkgs; [ modemmanager libmbim ];
# CPU Configuration
hardware.cpu.intel.updateMicrocode = true;