From 7210b018f5139801e00a98fb4059cbaea919c823 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 5 May 2026 14:01:07 -0700 Subject: Fix XRDP port --- hosts/kaitain/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix index ad8ed42..6542042 100644 --- a/hosts/kaitain/default.nix +++ b/hosts/kaitain/default.nix @@ -63,7 +63,8 @@ enable = true; extraConfDirCommands = '' substituteInPlace $out/xrdp.ini \ - --replace-fail 'port=3389' 'port=3389 vsock://-1:3389' + --replace-fail 'port=3389' 'port=vsock://-1:3389' + --replace-fail '#vmconnect=true' 'vmconnect=true' ''; openFirewall = true; }; -- cgit v1.3