Use warning message for system-level disable-view-only for consistency

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/7683cf3e-15ca-4f1b-a485-5522fa4d6cd6

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-08 17:38:54 +00:00
committed by GitHub
parent 4bbf7a3a67
commit 0f1ebe339e

View File

@@ -146,7 +146,7 @@ lib.mkIf config.sovran_systemsOS.features.rdp {
# Enable RDP backend and set credentials
grdctl --system rdp enable
grdctl --system rdp set-credentials sovran "$PASSWORD"
grdctl --system rdp disable-view-only || true
grdctl --system rdp disable-view-only || echo "WARNING: grdctl --system rdp disable-view-only not supported on this version" >&2
echo "GNOME Remote Desktop RDP configured successfully"
'';