mattermost service: PrivateTmp broken with local postgresql

-1
-1
nixos/modules/services/web-apps/mattermost.nix
··· 201 201 Group = cfg.group; 202 202 ExecStart = "${pkgs.mattermost}/bin/mattermost-platform"; 203 203 WorkingDirectory = "${cfg.statePath}"; 204 - PrivateTmp = true; 205 204 JoinsNamespaceOf = mkIf cfg.localDatabaseCreate "postgresql.service"; 206 205 Restart = "always"; 207 206 RestartSec = "10";