Files

8 lines
97 B
Nix

{
boot.initrd.availableKernelModules = [
"ata_piix"
"sr_mod"
"xen_blkfront"
];
}