Remote Desktop: Difference between revisions

Crazivik (talk | contribs)
Updated XRDP Subsection, Major Update to Gnome RDP Section, Minor formatting changes.
Crazivik (talk | contribs)
mNo edit summary
Line 258: Line 258:
   wantedBy = [ "graphical.target" ]; # for starting the unit by default at boot
   wantedBy = [ "graphical.target" ]; # for starting the unit by default at boot
};
};
services.displayManager.autoLogin.enable = lib.mkForce false;
services.displayManager.autoLogin.enable = false;
services.getty.autologinUser = lib.mkForce null;
services.getty.autologinUser = null;
networking.firewall.allowedTCPPorts = [ 3389 ];</syntaxhighlight>
networking.firewall.allowedTCPPorts = [ 3389 ];</syntaxhighlight>