fix(libvirt): add virtiofsd to environment
This commit is contained in:
parent
d90825e68a
commit
29bfd17190
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue