3
0
Fork 0
forked from mirrors/nixpkgs

virtualisation/qemu-kvm.nix: use noacl option for hostfs mount

svn path=/nixos/trunk/; revision=21129
This commit is contained in:
Rob Vermaas 2010-04-16 15:53:54 +00:00
parent 46b109e97e
commit 94e36ec1c7

View file

@ -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";