Disable XRDP in favor of using gnomes built in RDP

This commit is contained in:
Andreas Schaafsma 2024-10-08 21:51:33 +02:00
parent 9713048cfd
commit 2dfd24b2a9

View File

@ -93,8 +93,8 @@
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
'';
};
services.xrdp.enable = true;
services.xrdp.defaultWindowManager = "${pkgs.gnome-session}/bin/gnome-session";
# services.xrdp.enable = true;
# services.xrdp.defaultWindowManager = "${pkgs.gnome-session}/bin/gnome-session";
# services.xrdp.openFirewall = true;
# Disable the GNOME3/GDM auto-suspend feature that cannot be disabled in GUI!