From 4ad8e8596282f3426ff6aea2198c60d27276efcd Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 5 May 2026 14:10:00 -0700 Subject: Adjust XRDP settings --- hosts/kaitain/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/kaitain') diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix index ddeb554..9e578b2 100644 --- a/hosts/kaitain/default.nix +++ b/hosts/kaitain/default.nix @@ -64,7 +64,9 @@ extraConfDirCommands = '' substituteInPlace $out/xrdp.ini \ --replace-fail 'port=3389' 'port=vsock://-1:3389' \ - --replace-fail '#vmconnect=true' 'vmconnect=true' + --replace-fail '#vmconnect=true' 'vmconnect=true' \ + --replace-fail 'security_layer=negotiate' 'security_layer=rdp' \ + --replace-fail 'crypt_level=high' 'crypt_level=none' ''; openFirewall = true; }; -- cgit v1.3