nixpkgs/nixos/modules
Erik Arvstedt d85dc4f690
qemu-vm: fix inconsistent caching of xchg dirs
xchg is advertised as a bidirectional exchange dir, but file content
transfer from host to VM fails due to caching:
If a file is read in the VM and then modified on the host, subsequent
re-reads in the VM can yield old, cached data.
This is caused by the use of 9p's cache=loose mode that is explicitly
meant for read-only mounts.

9p doesn't provide any suitable cache modes, so fix this by disabling
caching.

Also, remove a now unnecessary sync in the test driver.
2020-06-01 21:55:33 +02:00
..
config Revert "Theming options for Gtk and Qt" 2020-02-22 20:42:27 -05:00
hardware Merge pull request #66601 from eadwu/nvidia/prime-render-offload 2020-03-01 14:28:57 -03:00
i18n/input-method nixos/ibus: fix missing dconf profile 2020-01-06 20:30:37 +09:00
installer nix-fallback-paths.nix: Fix x86_64-linux path 2020-02-24 10:16:26 +01:00
misc nixos/modules/misc/version.nix: Don't parse .git 2020-02-15 20:16:14 +01:00
profiles nixos/plasma5: drop enableQt4Support option 2019-11-22 09:01:05 +01:00
programs Merge pull request #80456 from cole-h/fish 2020-02-20 07:43:25 +01:00
security Merge pull request #81369 from mweinelt/pr/acme-chmod 2020-03-07 03:24:46 +01:00
services Merge pull request #82252 from mayflower/radius-http2 2020-03-10 16:01:46 +01:00
system Merge pull request #82139 from adisbladis/switch-to-configuration-manual 2020-03-10 11:17:33 +00:00
tasks nixos/zfs: continue trimming also if one pool fails 2020-03-03 11:22:07 +00:00
testing nixos/service-runner.nix: Allow quotes in commands + test 2020-02-28 14:26:29 +01:00
virtualisation qemu-vm: fix inconsistent caching of xchg dirs 2020-06-01 21:55:33 +02:00
module-list.nix Merge pull request #81327 from flokli/add-cage 2020-03-03 12:04:33 -08:00
rename.nix nixos/brightnessctl: Remove the module 2020-02-10 23:18:20 +01:00