module(kvm): Add virtiofsd driver for kvm

This commit is contained in:
ulic-youthlic 2025-06-24 21:42:12 +08:00
parent 7e1cf5cb19
commit b2846cc484
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -26,6 +26,7 @@ in {
virtualisation = {
libvirtd = {
enable = true;
qemu.vhostUserPackages = with pkgs; [virtiofsd];
};
spiceUSBRedirection = {
enable = true;