Simplify Midas and move virtual raid config to system wide filesystems conf
This commit is contained in:
parent
2d61e291a9
commit
06f1990997
5 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,5 @@
|
|||
{ config, lib, modulesPath, ... }:
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ "dm-snapshot" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue