* 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 {
|
autocreate = mkOption {
|
||||||
default = "0";
|
default = false;
|
||||||
type = types.uniq types.string;
|
type = types.bool;
|
||||||
description = "
|
description = "
|
||||||
Automatically create the mount point defined in
|
Automatically create the mount point defined in
|
||||||
<option>fileSystems.*.mountPoint</option>.
|
<option>fileSystems.*.mountPoint</option>.
|
||||||
|
|
Loading…
Reference in New Issue