fix typo
This commit is contained in:
parent
e271cb5954
commit
0f55fc4762
|
@ -36,7 +36,7 @@ in
|
|||
description = "The file containing the database password. Be sure to secure it.";
|
||||
};
|
||||
actionsEnabled = mkOption {
|
||||
type: types.bool;
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "Enable the use of actions";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue