summaryrefslogtreecommitdiff
path: root/machines/x/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/x/hardware-configuration.nix')
-rw-r--r--machines/x/hardware-configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/x/hardware-configuration.nix b/machines/x/hardware-configuration.nix
index 7d34b69..39216b4 100644
--- a/machines/x/hardware-configuration.nix
+++ b/machines/x/hardware-configuration.nix
@@ -8,8 +8,8 @@
[ (modulesPath + "/installer/scan/not-detected.nix")
];
- boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usbhid" ];
- boot.initrd.kernelModules = [ ];
+ boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "usbhid" "sd_mod" ];
+ boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];