Add virtiofsd for libvirt folder passthrough
All checks were successful
CI / build (push) Successful in 6m59s
All checks were successful
CI / build (push) Successful in 6m59s
This commit is contained in:
parent
d60cecf689
commit
e9cb17e6e9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue