initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
Showing only changes of commit 0f1ebe339e - Show all commits
+1 -1
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"
'';