* Make the host filesystem writable for non-root. This is a temporary
hack to enable non-root processes to write coverage data. svn path=/nixos/trunk/; revision=16891
This commit is contained in:
parent
39e12e13c4
commit
7f8272dd70
|
@ -97,7 +97,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";
|
options = "guest,username=nobody,noperm";
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
}
|
}
|
||||||
{ mountPoint = "/nix/store";
|
{ mountPoint = "/nix/store";
|
||||||
|
|
Loading…
Reference in New Issue