added framework hardware modules

This commit is contained in:
Steven 2023-03-25 20:30:46 -04:00
parent 490bf5bc86
commit de79166be8
2 changed files with 9 additions and 1 deletions

View file

@ -10,6 +10,12 @@
initrd = {
availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" ];
kernelModules = [ "dm-snapshot" ];
luks.devices = {
crypted = {
device = "";
preLVM = true;
};
};
};
kernelModules = [ "kvm-intel" ];
kernelParams = [ "acpi_osi=linux" "module_blacklist=hid_sensor_hub" ];
@ -26,7 +32,7 @@
};
};
};
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction