ad virtio modules to michishirube

This commit is contained in:
TheWanderingCrow 2025-08-06 15:37:57 -04:00
parent a17ffdb7c9
commit 4d8e4bbcee

View file

@ -0,0 +1,13 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{modulesPath, ...}: {
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "usb_storage" "sd_mod" "virtio_pci" "virtio_scsi"];
boot.initrd.kernelModules = [];
boot.kernelModules = [];
boot.extraModulePackages = [];
}