Author: sandervanderburg
Date: Fri Feb 4 13:33:52 2011
New Revision: 25773
URL: https://svn.nixos.org/websvn/nix/?rev=25773&sc=1
Log:
Fixed NFS mount to storage machine
Modified:
nixos/trunk/tests/trac.nix
Modified: nixos/trunk/tests/trac.nix
==============================================================================
--- nixos/trunk/tests/trac.nix Fri Feb 4 08:40:33 2011 (r25772)
+++ nixos/trunk/tests/trac.nix Fri Feb 4 13:33:52 2011 (r25773)
@@ -31,9 +31,11 @@
webserver =
{config, pkgs, ...}:
{
- fileSystems = pkgs.lib.mkOverrideTemplate 50 {}
+ fileSystems = pkgs.lib.mkOverride 50
[ { mountPoint = "/repos";
- device = "storage:/repos"; }
+ device = "storage:/repos";
+ fsType = "nfs";
+ options = "bootwait"; }
];
services.portmap.enable = true;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits