nixpkgs/modules/services/network-filesystems
Eelco Dolstra cc0a2a6944 * Don't say `jobs.foo = mkIf condition { ... }' because that will
create an empty job `foo' if the condition is false.  Instead use
  `jobs = optionalAttrs condition { foo = { ... }; }'.
* Enable portmap automatically when using the NFS server or client.

svn path=/nixos/trunk/; revision=20178
2010-02-22 17:12:26 +00:00
..
openafs-client Fix bugs and improve modules/services/network-filesystems/openafs-client 2010-02-01 16:29:15 +00:00
nfs-kernel.nix * Don't say `jobs.foo = mkIf condition { ... }' because that will 2010-02-22 17:12:26 +00:00
samba.nix * Synced with the trunk. 2009-11-08 21:27:53 +00:00