From b074a5dc5b9b5e233c878919f559f879a29966ce Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 5 May 2026 12:10:45 -0700 Subject: Fix XRDP port --- hosts/kaitain/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix index d7a4d98..ad8ed42 100644 --- a/hosts/kaitain/default.nix +++ b/hosts/kaitain/default.nix @@ -63,7 +63,7 @@ enable = true; extraConfDirCommands = '' substituteInPlace $out/xrdp.ini \ - --replace-fail 'port=3389' 'port=3389 vsock=://-1:3389' + --replace-fail 'port=3389' 'port=3389 vsock://-1:3389' ''; openFirewall = true; }; -- cgit v1.3