3
0
Fork 0
forked from mirrors/nixpkgs

qemu virtualiztion: do not pass username on guest cifs mount, use sec=none in stead

svn path=/nixos/trunk/; revision=23243
This commit is contained in:
Rob Vermaas 2010-08-19 08:32:31 +00:00
parent 1fcefe39a1
commit e87a298c33

View file

@ -219,7 +219,7 @@ in
{ mountPoint = "/hostfs";
device = "//10.0.2.4/qemu";
fsType = "cifs";
options = "guest,username=nobody,noperm,noacl";
options = "guest,sec=none,noperm,noacl";
neededForBoot = true;
}
{ mountPoint = "/nix/store";