Add virtiofsd for libvirt folder passthrough

This commit is contained in:
Fabian Hauser 2025-04-01 14:47:32 +03:00
parent d60cecf689
commit e9cb17e6e9

View file

@ -1,4 +1,4 @@
{ config, ... }: { config, pkgs, ... }:
{ {
virtualisation = { virtualisation = {
docker = { docker = {
@ -8,6 +8,7 @@
libvirtd.enable = true; libvirtd.enable = true;
spiceUSBRedirection.enable = true; spiceUSBRedirection.enable = true;
}; };
environment.systemPackages = [ pkgs.virtiofsd ];
boot.extraModprobeConfig = boot.extraModprobeConfig =
let let