fixed systemd rdp.nix

This commit is contained in:
2026-03-24 19:26:59 -05:00
parent 96580b08b5
commit d907d67e7f

View File

@@ -44,10 +44,10 @@ lib.mkIf config.sovran_systemsOS.features.rdp {
fi
# Always ensure config is set (safe to re-run)
${pkgs.gnome-remote-desktop}/bin/grdctl --system rdp set-tls-key "$KEY_FILE"
${pkgs.gnome-remote-desktop}/bin/grdctl --system rdp set-tls-cert "$CRT_FILE"
${pkgs.gnome-remote-desktop}/bin/grdctl --system rdp enable
${pkgs.gnome-remote-desktop}/bin/grdctl --system rdp set-credentials "free" "a"
${pkgs.gnome-remote-desktop}/bin/grdctl rdp set-tls-key "$KEY_FILE"
${pkgs.gnome-remote-desktop}/bin/grdctl rdp set-tls-cert "$CRT_FILE"
${pkgs.gnome-remote-desktop}/bin/grdctl rdp enable
${pkgs.gnome-remote-desktop}/bin/grdctl rdp set-credentials "free" "a"
'';
};
}