nixos/qemu-vm: set security model 'none' for shared xchg directory
Co-authored-by: Michele Guerini Rocco <rnhmjoj@users.noreply.github.com>
This commit is contained in:
co-authored by
Michele Guerini Rocco
parent
b73cc8fe46
commit
11dfebc306
@@ -1107,6 +1107,7 @@ in
|
||||
};
|
||||
xchg = {
|
||||
source = ''"$TMPDIR"/xchg'';
|
||||
securityModel = "none";
|
||||
target = "/tmp/xchg";
|
||||
};
|
||||
shared = {
|
||||
|
||||
Reference in New Issue
Block a user