fix(libvirt): add virtiofsd to environment

This commit is contained in:
514fpv 2024-03-11 21:39:46 +08:00
parent 2c9fa584dc
commit a44607b1ed
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

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