diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-04-30 16:12:49 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-04-30 16:12:49 -0700 |
| commit | 2754092eebee3da397901a570a3f3c5761c09502 (patch) | |
| tree | dcd4cbb5da65179a8331e685541642ad451f9b99 /hosts/richese/hardware-configuration.nix | |
| parent | 2c270832c40f1f64111ba62f4136dc16374ae427 (diff) | |
| download | nix-2754092eebee3da397901a570a3f3c5761c09502.tar nix-2754092eebee3da397901a570a3f3c5761c09502.tar.gz nix-2754092eebee3da397901a570a3f3c5761c09502.tar.bz2 nix-2754092eebee3da397901a570a3f3c5761c09502.tar.lz nix-2754092eebee3da397901a570a3f3c5761c09502.tar.xz nix-2754092eebee3da397901a570a3f3c5761c09502.tar.zst nix-2754092eebee3da397901a570a3f3c5761c09502.zip | |
Migrate richese to Hyper-V
Diffstat (limited to 'hosts/richese/hardware-configuration.nix')
| -rw-r--r-- | hosts/richese/hardware-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/richese/hardware-configuration.nix b/hosts/richese/hardware-configuration.nix index d1c33b7..07b3857 100644 --- a/hosts/richese/hardware-configuration.nix +++ b/hosts/richese/hardware-configuration.nix @@ -8,7 +8,7 @@ [ #(modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "ohci_pci" "ehci_pci" "ahci" "virtio_pci" "virtio_scsi" "sd_mod" ]; + boot.initrd.availableKernelModules = [ "sd_mod" "sr_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; |
