From the build logs for a Windows opt build on try, you can see this
command running:
'python' 'e:/builds/moz2_slave/try-w32/tools/buildfarm/utils/retry.py'
'-s' '1' '-r' '5' '-t' '1260' 'bash' '-c' 'if [ -f
"browser/config/mozconfigs/win32/nightly" ]; then
echo Using in-tree mozconfig; cp
browser/config/mozconfigs/win32/nightly .mozconfig;
else echo Downloading mozconfig;
wget -O .mozconfig
http://hg.mozilla.org/build/buildbot-configs/raw-file/production/mozilla2/win32/try/nightly/mozconfig;
fi'
Which tells me that you should be able to just copy over the release
mozconfig you pointed at to browser/config/mozconfigs/win32/nightly.
Cheers,
Ehsan