diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-09 22:53:53 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-09 22:53:53 +0530 | 
| commit | 5587dc4f07576e73a7fabcb527c108d00752cbe7 (patch) | |
| tree | e40639d6049ceca7ec6fa5da9886bae4cae61afc /machines/x/hardware-configuration.nix | |
| parent | f4301e2194ede90f6fe3ab70be5e598a6eb5f2e4 (diff) | |
(impermanence): Update 2
Diffstat (limited to 'machines/x/hardware-configuration.nix')
| -rw-r--r-- | machines/x/hardware-configuration.nix | 4 | 
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 = [ ]; | 
