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