aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/richese
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-06-20 15:39:44 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-06-20 15:39:44 -0700
commit249b648ebc9539da8c4d61868a15a93259400346 (patch)
treec30fdb590a204d9b0dbcea9ec3419fa2ba3df8df /hosts/richese
parentf3b590fe774de387c4fce13d432b89e4a3b55493 (diff)
downloadnix-249b648ebc9539da8c4d61868a15a93259400346.tar
nix-249b648ebc9539da8c4d61868a15a93259400346.tar.gz
nix-249b648ebc9539da8c4d61868a15a93259400346.tar.bz2
nix-249b648ebc9539da8c4d61868a15a93259400346.tar.lz
nix-249b648ebc9539da8c4d61868a15a93259400346.tar.xz
nix-249b648ebc9539da8c4d61868a15a93259400346.tar.zst
nix-249b648ebc9539da8c4d61868a15a93259400346.zip
Add virtio kernel module
Diffstat (limited to 'hosts/richese')
-rw-r--r--hosts/richese/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/richese/hardware-configuration.nix b/hosts/richese/hardware-configuration.nix
index 5b94417..4cd9164 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 = [ "ata_piix" "ohci_pci" "ehci_pci" "ahci" "sd_mod" "sr_mod" ];
+ boot.initrd.availableKernelModules = [ "ata_piix" "ohci_pci" "ehci_pci" "ahci" "sd_mod" "sr_mod" "virtio_blk" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];