Unverified Commit c3ce64b1 authored by NotAShelf's avatar NotAShelf
Browse files

nixos/wakapi: fix typo in warning conditional

This makes the warning work as intended again.
parent 92feb4fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ in
    ];

    warnings = [
      (lib.optionalString (cfg.db.createLocall -> cfg.db.dialect != "postgres") ''
      (lib.optionalString (cfg.db.createLocally -> cfg.db.dialect != "postgres") ''
        You have enabled automatic database configuration, but the database dialect is not set to "posgres".

        The Wakapi module only supports for PostgreSQL. Please set `services.wakapi.database.createLocally`