I’m sure it was working before but I’m having no luck at all now.
The current behaviour is that Remmina says it cannot connect to the RDP server.
Using “ss -l” I can see that it is running on 3389. I have the firewall port opened, and even disabled the whole firewall.
I believe it should be enabled by default in gnome but I added
environment.systemPackages = with pkgs; [
pkgs.gnome.gnome-remote-desktop
];
services.gnome.gnome-remote-desktop.enable = true;
to be sure.
I also tried the following with slightly different behaviour but still no luck
services.xrdp.enable = true;
services.xrdp.defaultWindowManager = "gnome-remote-desktop";
services.xrdp.openFirewall = true;
With xrdp enabled I got as far as the login but then it goes black for a few seconds before the window closes.
This is using NixOS 24.05 and fully updated. My requirement is to be able to log in to an existing Gnome session