svn path=/configurations/trunk/tud/; revision=30580
svn path=/configurations/trunk/tud/; revision=30580
Eelco Dolstra committed
Nov 28, 2011 at 10:17 UTC
6aa9130d33519374eb1182e9c87a935e89e81a78
1 file changed
+1
-1
cartman.nix
+1
-1
@@ -109,7 +109,7 @@ rec {
109
{ mountPoint = "/data/releases";
110
device = "192.168.1.25:/data/releases";
111
fsType = "nfs";
112
- options = "vers=3"; # !!! check why vers=4 doesn't work
112
+ options = "vers=3,soft"; # !!! check why vers=4 doesn't work
113
}
114
];
115