ad virtio modules to michishirube
This commit is contained in:
parent
a17ffdb7c9
commit
4d8e4bbcee
1 changed files with 13 additions and 0 deletions
13
hosts/nixos/Michishirube/hardware-configuration.nix
Normal file
13
hosts/nixos/Michishirube/hardware-configuration.nix
Normal 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 = [];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue