mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 13:18:57 +03:00
nixos/bookstack: fix error message output (#142729)
This commit is contained in:
parent
da675ab0ef
commit
dc0769c63c
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,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.";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue