magpie: add virtio-gpu as initrd module
This commit is contained in:
parent
6c3b0aa239
commit
1829280f14
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user