- Remove systemd.services."gnome-remote-desktop".wantedBy = lib.mkForce [] (was preventing the service from ever auto-starting) - Remove systemctl start gnome-remote-desktop.service || true (was creating a systemd deadlock with before = ["gnome-remote-desktop.service"]) - Remove pkgs.systemd from setup script path - Remove grdctl --system rdp disable-view-only || true - Add || true to grdctl --system rdp enable (suppress harmless EROFS warning) Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/75c67389-947f-437d-95ba-427504935156 Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>