This works on Debian:
startx -- :2 vt8
, but on NixOS, the mouse and keyboard does not work and everything appears frozen. I am able to ssh in and kill the Xorg server.
I have tried to generate an Xorg file and start it as such:
sudo startx -- :2 vt8 -config /root/xorg.conf.new
With this, the same thing happens.
I’m at loss as to what I can do. Any pointers?