mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue