fix(libvirt): add virtiofsd to environment
This commit is contained in:
parent
2c9fa584dc
commit
a44607b1ed
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue