* autocreate should be a boolean.

svn path=/nixos/branches/modular-nixos/; revision=15956
This commit is contained in:
Eelco Dolstra 2009-06-14 11:07:44 +00:00
parent 1c6bbf6784
commit f258edcb80

View file

@ -90,8 +90,8 @@ let
};
autocreate = mkOption {
default = "0";
type = types.uniq types.string;
default = false;
type = types.bool;
description = "
Automatically create the mount point defined in
<option>fileSystems.*.mountPoint</option>.