magpie: add virtio-gpu as initrd module

This commit is contained in:
Asmir A 2024-12-26 13:31:57 +01:00
parent 6c3b0aa239
commit 1829280f14
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -29,7 +29,7 @@
boot.initrd = { boot.initrd = {
compressor = "zstd"; compressor = "zstd";
availableKernelModules = ["virtio-pci"]; availableKernelModules = ["virtio-pci" "virtio-gpu"];
systemd.enable = true; systemd.enable = true;
network = { network = {
enable = true; enable = true;