diff options
Diffstat (limited to 'hosts/kaitain')
| -rw-r--r-- | hosts/kaitain/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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; }; |
