switch to sops-nix experimental branch

This commit is contained in:
Jörg Thalheim 2024-02-08 16:17:09 +01:00
parent d6b3e03d70
commit ef202a8150

View File

@ -3,7 +3,6 @@ import contextlib
import importlib
import json
import logging
import multiprocessing
import os
import random
import shutil
@ -288,7 +287,8 @@ def start_virtiofsd(socket_path: Path) -> Iterator[None]:
"virtiofsd",
"--socket-path",
str(socket_path),
"--cache", "always",
"--cache",
"always",
"--posix-acl",
"--sandbox",
sandbox,