diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/kaitain/default.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix index 1cdab1a..ce31fed 100644 --- a/hosts/kaitain/default.nix +++ b/hosts/kaitain/default.nix @@ -64,13 +64,10 @@ 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 = { |
