forked from tuxcord/tuxcord.nix
8 lines
97 B
Nix
8 lines
97 B
Nix
{
|
|
boot.initrd.availableKernelModules = [
|
|
"ata_piix"
|
|
"sr_mod"
|
|
"xen_blkfront"
|
|
];
|
|
}
|