From 7f8272dd70ff49b9bf4df6eaf096fed32ff8e357 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 29 Aug 2009 14:14:42 +0000 Subject: [PATCH] * Make the host filesystem writable for non-root. This is a temporary hack to enable non-root processes to write coverage data. svn path=/nixos/trunk/; revision=16891 --- modules/virtualisation/qemu-vm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/virtualisation/qemu-vm.nix b/modules/virtualisation/qemu-vm.nix index 0c5d730d0d32..ab7a494e9883 100644 --- a/modules/virtualisation/qemu-vm.nix +++ b/modules/virtualisation/qemu-vm.nix @@ -97,7 +97,7 @@ in { mountPoint = "/hostfs"; device = "//10.0.2.4/qemu"; fsType = "cifs"; - options = "guest,username=nobody"; + options = "guest,username=nobody,noperm"; neededForBoot = true; } { mountPoint = "/nix/store";