diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-03-14 16:09:37 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-03-14 16:09:37 +0530 | 
| commit | 3fe57b15a1bd7f8337e494e8bf2cdc257a5ed718 (patch) | |
| tree | 8890e80eb72f308ee2f171b53444f8a445a45427 /machines/x/hardware-configuration.nix | |
| parent | 17013313115f006ada16c2f6fe20ab54e9eccc6e (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | machines/x/hardware-configuration.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/machines/x/hardware-configuration.nix b/machines/x/hardware-configuration.nix index 39216b4..3827c89 100644 --- a/machines/x/hardware-configuration.nix +++ b/machines/x/hardware-configuration.nix @@ -8,7 +8,7 @@      [ (modulesPath + "/installer/scan/not-detected.nix")      ]; -  boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "usbhid" "sd_mod" ]; +  boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usbhid" ];    boot.initrd.kernelModules = [ "dm-snapshot" ];    boot.kernelModules = [ "kvm-amd" ];    boot.extraModulePackages = [ ]; | 
