Skip to content

Commit

Permalink
feat: enable swraid in boot config
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Nov 10, 2024
1 parent 9897805 commit 02ae75e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/server/blck0/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usbhid" "uas" ];
kernelModules = [ "kvm-intel" ];
kernelPackages = lib.mkDefault pkgs.linuxPackages_5_15;
swraid.enable = true;
};

# Use passed hostname to configure basic networking
Expand Down

0 comments on commit 02ae75e

Please sign in to comment.