From 0f1ebe339ecce9786bd407a81a9c23b81dea9fc1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 8 Apr 2026 17:38:54 +0000 Subject: [PATCH] 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> --- modules/rdp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rdp.nix b/modules/rdp.nix index 9e0c114..a5e14d2 100755 --- a/modules/rdp.nix +++ b/modules/rdp.nix @@ -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" '';