1
0
Fork 0

mediaserver: add virtio_balloon

This commit is contained in:
Daniel Kempkens 2023-04-13 18:08:54 +02:00
parent dff897fc54
commit 33f79ff1ab
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -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" ];
};