fix virtiofsd in CIs

This commit is contained in:
Jörg Thalheim
2024-02-13 13:31:13 +01:00
parent b15c21f800
commit 952f976ea7
2 changed files with 1 additions and 4 deletions

View File

@@ -277,10 +277,8 @@ def start_virtiofsd(socket_path: Path) -> Iterator[None]:
str(socket_path),
"--cache",
"always",
"--posix-acl",
"--sandbox",
sandbox,
"--xattr",
"--shared-dir",
"/nix/store",
],