virtualisation/qemu-kvm.nix: use noacl option for hostfs mount
svn path=/nixos/trunk/; revision=21129
This commit is contained in:
parent
46b109e97e
commit
94e36ec1c7
@ -163,7 +163,7 @@ in
|
|||||||
{ mountPoint = "/hostfs";
|
{ mountPoint = "/hostfs";
|
||||||
device = "//10.0.2.4/qemu";
|
device = "//10.0.2.4/qemu";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
options = "guest,username=nobody,noperm";
|
options = "guest,username=nobody,noperm,noacl";
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
}
|
}
|
||||||
{ mountPoint = "/nix/store";
|
{ mountPoint = "/nix/store";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user