From 9a754d69bfdb0e21c4222168de3314225bf4981f Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 5 May 2026 14:06:01 -0700 Subject: Fix typo --- 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 6542042..ddeb554 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=vsock://-1:3389' + --replace-fail 'port=3389' 'port=vsock://-1:3389' \ --replace-fail '#vmconnect=true' 'vmconnect=true' ''; openFirewall = true; -- cgit v1.3