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 = {
|
virtualisation = {
|
||||||
docker = {
|
docker = {
|
||||||
|
@ -8,6 +8,7 @@
|
||||||
libvirtd.enable = true;
|
libvirtd.enable = true;
|
||||||
spiceUSBRedirection.enable = true;
|
spiceUSBRedirection.enable = true;
|
||||||
};
|
};
|
||||||
|
environment.systemPackages = [ pkgs.virtiofsd ];
|
||||||
|
|
||||||
boot.extraModprobeConfig =
|
boot.extraModprobeConfig =
|
||||||
let
|
let
|
||||||
|
|
Loading…
Add table
Reference in a new issue