aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/kaitain/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/kaitain/default.nix2
1 files changed, 1 insertions, 1 deletions
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;