aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/kaitain
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/kaitain/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix
index ce31fed..1cdab1a 100644
--- a/hosts/kaitain/default.nix
+++ b/hosts/kaitain/default.nix
@@ -64,10 +64,13 @@
extraConfDirCommands = ''
substituteInPlace $out/xrdp.ini \
--replace-fail 'port=3389' 'port=vsock://-1:3389' \
+ --replace-fail '#vmconnect=true' 'vmconnect=true' \
+ --replace-fail 'security_layer=negotiate' 'security_layer=rdp' \
+ --replace-fail 'crypt_level=high' 'crypt_level=none'
'';
- #openFirewall = true;
+ openFirewall = true;
};
- #xserver.videoDrivers = lib.mkForce [ "modesetting" ];
+ xserver.videoDrivers = lib.mkForce [ "modesetting" ];
};
sops = {