Apply nixfmt
This commit is contained in:
parent
07bd394a43
commit
8f56cf5a99
3 changed files with 20 additions and 27 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue