So, I got
[permalinks]
tags = "/blog/tags/:slug/"
categories = "/blog/categories/:slug/"
authors = "/blog/authors/:slug/"
which works as expected, I can go to /blog/tags/some-tag/
and it shows me posts tagged with that tag.
but the tags list page /tags/
is still the same, I want it to be /blog/tags/