Apply nixfmt

This commit is contained in:
Fabian Hauser 2021-05-03 15:05:10 +02:00
parent 07bd394a43
commit 8f56cf5a99
3 changed files with 20 additions and 27 deletions

View file

@ -7,14 +7,8 @@
<nixos-hardware/common/pc/laptop>
];
boot.initrd.availableKernelModules = [
"xhci_pci"
"ahci"
"nvme"
"usb_storage"
"usbhid"
"sd_mod"
];
boot.initrd.availableKernelModules =
[ "xhci_pci" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" ];
boot.kernelModules = [ "kvm-intel" ];
# Ignore Alcor smartcard (gpg is not very smart)