global(libvirt): add virtiofsd to environment

This commit is contained in:
514fpv 2024-03-11 21:39:46 +08:00
parent cfbd827794
commit 799284cf2b
Signed by: koishi
SSH key fingerprint: SHA256:teGH/whc7knUnrVql01pPBpPm+hBiTAJaR57j2Jg0gs

View file

@ -20,6 +20,8 @@ in {
parallelShutdown = 5; parallelShutdown = 5;
}; };
environment.systemPackages = with pkgs; [ virtiofsd ];
# USB redirection requires a setuid wrapper # USB redirection requires a setuid wrapper
virtualisation.spiceUSBRedirection.enable = true; virtualisation.spiceUSBRedirection.enable = true;