Fix nixfmt
This commit is contained in:
parent
d3b9277ca3
commit
f2ed517b70
3 changed files with 26 additions and 22 deletions
|
@ -10,7 +10,11 @@
|
|||
boot.initrd.availableKernelModules =
|
||||
[ "xhci_pci" "nvme" "usb_storage" "usbhid" "sd_mod" ];
|
||||
boot.kernelModules = [ "kvm-intel" "qmi_wwan" ]; # TODO: qmi_wwan required?
|
||||
environment.systemPackages = with pkgs; [ modemmanager libmbim libqmi ]; # TODO: this should not be required
|
||||
environment.systemPackages = with pkgs; [
|
||||
modemmanager
|
||||
libmbim
|
||||
libqmi
|
||||
]; # TODO: this should not be required
|
||||
# Ignore Realtek smartcard (gpg is not very smart)
|
||||
# See https://ludovicrousseau.blogspot.com/2015/12/remove-andor-customize-pcsc-reader-names.html
|
||||
systemd.services.pcscd.environment.PCSCLITE_FILTER_IGNORE_READER_NAMES =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue