diff options
| -rw-r--r-- | hosts/kaitain/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |
