Fix NFSv4 test

http://hydra.nixos.org/build/25349071
This commit is contained in:
Eelco Dolstra
2015-09-01 12:00:04 +02:00
parent 6cadec8906
commit ea7b5bb8b0
2 changed files with 2 additions and 5 deletions
@@ -88,10 +88,7 @@ in
environment.systemPackages = [ pkgs.nfs-utils ];
environment.etc = singleton
{ source = exports;
target = "exports";
};
environment.etc.exports.source = exports;
boot.kernelModules = [ "nfsd" ];