Oops, put the option in the wrong place
This commit is contained in:
parent
cc0a8b5cba
commit
b1197db920
|
@ -130,11 +130,6 @@ let
|
||||||
default = true;
|
default = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
state-directory = mkOption {
|
|
||||||
type = str;
|
|
||||||
description = "The path at which to store server state.";
|
|
||||||
};
|
|
||||||
|
|
||||||
database = mkOption {
|
database = mkOption {
|
||||||
type = nullOr (submodule databaseOpts);
|
type = nullOr (submodule databaseOpts);
|
||||||
description = "Database configuration for storing contact data.";
|
description = "Database configuration for storing contact data.";
|
||||||
|
@ -217,6 +212,11 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
state-directory = mkOption {
|
||||||
|
type = str;
|
||||||
|
description = "The path at which to store server state.";
|
||||||
|
};
|
||||||
|
|
||||||
user = mkOption {
|
user = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
description = "User as which webmail will run.";
|
description = "User as which webmail will run.";
|
||||||
|
|
Loading…
Reference in New Issue