mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
* 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 New Issue
Block a user