* autocreate should be a boolean.
svn path=/nixos/branches/modular-nixos/; revision=15956
This commit is contained in:
parent
1c6bbf6784
commit
f258edcb80
|
@ -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>.
|
||||
|
|
Loading…
Reference in New Issue