From 94e36ec1c7a0fc7c64721ee0f7cb7e7b655da782 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Fri, 16 Apr 2010 15:53:54 +0000 Subject: [PATCH] virtualisation/qemu-kvm.nix: use noacl option for hostfs mount svn path=/nixos/trunk/; revision=21129 --- 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 a17e167cb46a..4152aeeaeb56 100644 --- a/modules/virtualisation/qemu-vm.nix +++ b/modules/virtualisation/qemu-vm.nix @@ -163,7 +163,7 @@ in { mountPoint = "/hostfs"; device = "//10.0.2.4/qemu"; fsType = "cifs"; - options = "guest,username=nobody,noperm"; + options = "guest,username=nobody,noperm,noacl"; neededForBoot = true; } { mountPoint = "/nix/store";