fwminex: roll back to 6.1 for now
iwlwifi
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
#pkgs,
|
||||||
config,
|
config,
|
||||||
myData,
|
myData,
|
||||||
...
|
...
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
in {
|
in {
|
||||||
boot = {
|
boot = {
|
||||||
initrd.availableKernelModules = ["usb_storage" "sd_mod" "xhci_pci" "thunderbolt" "nvme" "usbhid"];
|
initrd.availableKernelModules = ["usb_storage" "sd_mod" "xhci_pci" "thunderbolt" "nvme" "usbhid"];
|
||||||
kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;
|
#kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;
|
||||||
loader.systemd-boot.enable = true;
|
loader.systemd-boot.enable = true;
|
||||||
supportedFilesystems = ["zfs"];
|
supportedFilesystems = ["zfs"];
|
||||||
zfs = {
|
zfs = {
|
||||||
|
|||||||
Reference in New Issue
Block a user