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:
Anders Johan Jamtli 2024-04-21 07:35:44 +02:00 committed by GitHub
parent b73cc8fe46
commit 11dfebc306
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1107,6 +1107,7 @@ in
};
xchg = {
source = ''"$TMPDIR"/xchg'';
securityModel = "none";
target = "/tmp/xchg";
};
shared = {