mediaserver: add virtio_balloon
This commit is contained in:
parent
dff897fc54
commit
33f79ff1ab
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
};
|
||||
|
||||
initrd = {
|
||||
availableKernelModules = [ "ata_piix" "xhci_pci" "ahci" "sd_mod" "sr_mod" ];
|
||||
availableKernelModules = [ "ata_piix" "xhci_pci" "ahci" "sd_mod" "sr_mod" "virtio_balloon" ];
|
||||
kernelModules = [ "tls" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue