nixos/redmine: improve assert message
Give the user more context.
This commit is contained in:
parent
c27de52d39
commit
2acf59efa4
@ -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";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user