Remote Desktop: Difference between revisions
Updated XRDP Subsection, Major Update to Gnome RDP Section, Minor formatting changes. |
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 = | services.displayManager.autoLogin.enable = false; | ||
services.getty.autologinUser = | services.getty.autologinUser = null; | ||
networking.firewall.allowedTCPPorts = [ 3389 ];</syntaxhighlight> | networking.firewall.allowedTCPPorts = [ 3389 ];</syntaxhighlight> | ||