Add virtiofsd for libvirt folder passthrough
All checks were successful
CI / build (push) Successful in 6m59s

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 = {
docker = {
@ -8,6 +8,7 @@
libvirtd.enable = true;
spiceUSBRedirection.enable = true;
};
environment.systemPackages = [ pkgs.virtiofsd ];
boot.extraModprobeConfig =
let