Revert "fwminex: roll back to 6.1 for now"
This reverts commit b8d50cb6dc
.
This commit is contained in:
parent
84d51eaedc
commit
381a867f00
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user