about summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-05-29 17:33:16 +0200
committerRaphael Megzari <raphael@megzari.com>2021-06-02 19:21:31 +0900
commit6bc72cdd4a9afa3c301b3f6ea8679ef117287946 (patch)
tree72a84985843723d7b60ac0fa3bc5ac2fec36d1a3 /nixos/modules/services
parent02b15d0f5bc6bd821718d808e8dcdbc441449f72 (diff)
plausiblew: cleanup build & update script
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/web-apps/plausible.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/plausible.nix b/nixos/modules/services/web-apps/plausible.nix
index a07f683e28c3e..7a6756d6fb27d 100644
--- a/nixos/modules/services/web-apps/plausible.nix
+++ b/nixos/modules/services/web-apps/plausible.nix
@@ -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!
         '';
       }