Here is my guess: the probability of summing $7$ on two rolls is $\frac 16$. This means if I repeat the experiment many times I'll roll $7$ one sixth of them (approximately). Hence,
$$N \cdot \bigg(\cfrac 16\bigg) \cdot 7 = 7$$
where $N$ is the total number of rolls. That gives me a total number of $6$ rolls on average to sum $7$.
I'm not quite sure so I'm all open to suggestions! Thanks in advance.
You are correct that it will take on average $6$ rolls, IF we are considering the tossing of both dice together as one roll. If we let $X$ be the number of rolls until we reach a sum of $7$, then we can model this using a Geometric Distribution.
You have already calculated that the probability of rolling a sum of $7$ to be $1/6$. Therefore the probability that you don't roll a sum of $7$ is $5/6$.
The distribution for the probability that it will take $k$ rolls to reach a sum of $7$ will be $$P(X=k) = (5/6)^{k-1} * (1/6)$$
You can then find the mean of this distribution, which turns out to be $$\frac{1}{1/6} =6$$ I'll leave the derivation of this for you to look up :)