From 115c2b70566952e9377339053b536ca440ab7ada Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Wed, 25 Mar 2026 13:41:46 -0500 Subject: [PATCH] updated custom nix --- custom-add-ons.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/custom-add-ons.md b/custom-add-ons.md index 2c280b6..528bf31 100644 --- a/custom-add-ons.md +++ b/custom-add-ons.md @@ -65,26 +65,19 @@ sovran_systemsOS.features.element-calling = lib.mkForce true; ```nix sovran_systemsOS.features.rdp = lib.mkForce true; ``` -Next in a new termianl window paste this in: +Next, in a open the terminal app and in the new window paste this in: ```bash ssh root@localhost ``` +Press enter + Type in the password if required. It will be the same password to run the Sovran_SystemsOS_Updater app. -Next paste in these commands and make sure you add your own username and password +Last, paste in this command to see the log in information to log in from any RDP client software (i.e. Remmina) from any computer on your home network ```bash -sudo -u gnome-remote-desktop winpr-makecert -silent -rdp -path /var/lib/gnome-remote-desktop rdp-tls -grdctl --system rdp set-tls-key /var/lib/gnome-remote-desktop/rdp-tls.key -grdctl --system rdp set-tls-cert /var/lib/gnome-remote-desktop/rdp-tls.crt -grdctl --system rdp enable -grdctl --system rdp set-credentials "custom-username" "custom-password" +cat /var/lib/gnome-remote-desktop/rdp-credentials ``` -Next restart Gnome-Remote-Desktop -```bash -systemctl restart gnome-remote-desktop -``` -Last access Sovran_SystemsOS Desktop from any computer in your nextwork by using any software client that can connectsthrough RDP service.