From 513276424dc01f0a94c9bfc73543ec5ac9ce7cc2 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 5 May 2026 12:08:04 -0700 Subject: Fix XRDP port --- hosts/kaitain/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/kaitain') diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix index 3ce7fb8..d7a4d98 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