This commit is contained in:
Jean-Marie 'Histausse' Mineau 2024-02-12 22:54:53 +01:00
parent e271cb5954
commit 0f55fc4762
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -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";
}; };