nixos/redmine: improve assert message

Give the user more context.
This commit is contained in:
Bjørn Forsman 2015-12-08 22:52:02 +01:00
parent c27de52d39
commit 2acf59efa4

View File

@ -124,7 +124,7 @@ in {
assertions = [ assertions = [
{ assertion = cfg.databasePassword != ""; { assertion = cfg.databasePassword != "";
message = "databasePassword must be set"; message = "services.redmine.databasePassword must be set";
} }
]; ];