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.";
|
description = "The file containing the database password. Be sure to secure it.";
|
||||||
};
|
};
|
||||||
actionsEnabled = mkOption {
|
actionsEnabled = mkOption {
|
||||||
type: types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = "Enable the use of actions";
|
description = "Enable the use of actions";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue