Loading
nixos/tests/matrix-continuwuity: adapt to new oobe
The new out-of-box experience in continuwuity is such that you have to either create a first (admin) user manually using `conduit --execute "users create <name>"`, or using the temporary registration token that appears in the logs. This needs to happen regardless of whether the server is open to registration or if there is a pre-shared registration token. This commit makes it so that the initial `alice` user is created in advance by the server itself. This does not influence the quality of the nixos test in my opinion.