Enable recommended options in the kernel

This commit is contained in:
Rodrigo Arias 2024-01-25 15:37:50 +01:00
parent 9db6d05222
commit 960badad9b

View File

@ -60,11 +60,18 @@ final: prev:
DEVTMPFS = yes;
VIRTIO_MENU = yes;
VIRTIO_BLK = yes;
VIRTIO_NET = yes;
EXT4_FS = yes;
# For 9P: https://wiki.qemu.org/Documentation/9psetup
NET_9P = yes;
NET_9P_VIRTIO = yes;
NET_9P_DEBUG = yes;
NET_DEVICES = yes;
NET_CORE = yes;
INET = yes;
NETWORK_FILESYSTEMS = yes;
OVERLAY_FS = yes;
"9P_FS" = yes;
"9P_FS_POSIX_ACL" = yes;
PCI = yes;