nixos/bookstack: fix error message output (#142722)

This commit is contained in:
Sebastian 2021-10-24 12:16:54 +02:00 committed by GitHub
parent 95eed9b64e
commit 3b1789322f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,7 @@ in {
assertions = [ assertions = [
{ assertion = db.createLocally -> db.user == user; { assertion = db.createLocally -> db.user == user;
message = "services.bookstack.database.user must be set to ${user} if services.mediawiki.database.createLocally is set true."; message = "services.bookstack.database.user must be set to ${user} if services.bookstack.database.createLocally is set true.";
} }
{ assertion = db.createLocally -> db.passwordFile == null; { assertion = db.createLocally -> db.passwordFile == null;
message = "services.bookstack.database.passwordFile cannot be specified if services.bookstack.database.createLocally is set to true."; message = "services.bookstack.database.passwordFile cannot be specified if services.bookstack.database.createLocally is set to true.";