forked from mirrors/nixpkgs
* 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";
|
||||
device = "//10.0.2.4/qemu";
|
||||
fsType = "cifs";
|
||||
options = "guest,username=nobody";
|
||||
options = "guest,username=nobody,noperm";
|
||||
neededForBoot = true;
|
||||
}
|
||||
{ mountPoint = "/nix/store";
|
||||
|
|
Loading…
Reference in a new issue