Loading nixos/modules/services/web-apps/mattermost.nix +7 −0 Original line number Diff line number Diff line Loading @@ -966,6 +966,13 @@ in or hostname, and services.mattermost.port to specify the port separately. ''; } { # Can't use MySQL on version 11. assertion = versionAtLeast cfg.package.version "11" -> cfg.database.driver == "postgres"; message = '' Only Postgres is supported as the database driver in Mattermost 11 and later. ''; } ]; }) (mkIf cfg.matterircd.enable { Loading Loading
nixos/modules/services/web-apps/mattermost.nix +7 −0 Original line number Diff line number Diff line Loading @@ -966,6 +966,13 @@ in or hostname, and services.mattermost.port to specify the port separately. ''; } { # Can't use MySQL on version 11. assertion = versionAtLeast cfg.package.version "11" -> cfg.database.driver == "postgres"; message = '' Only Postgres is supported as the database driver in Mattermost 11 and later. ''; } ]; }) (mkIf cfg.matterircd.enable { Loading