0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

plausiblew: cleanup build & update script

This commit is contained in:
Maximilian Bosch 2021-05-29 17:33:16 +02:00 committed by Raphael Megzari
parent 02b15d0f5b
commit 6bc72cdd4a
5 changed files with 274 additions and 279 deletions

View file

@ -160,7 +160,7 @@ in {
assertions = [
{ assertion = cfg.adminUser.activate -> cfg.database.postgres.setup;
message = ''
Unable to automatically activate the admin-user if no locally DB-managed for
Unable to automatically activate the admin-user if no locally managed DB for
postgres (`services.plausible.database.postgres.setup') is enabled!
'';
}