aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/kaitain/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/kaitain/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix
index 1cdab1a..8615b9d 100644
--- a/hosts/kaitain/default.nix
+++ b/hosts/kaitain/default.nix
@@ -66,11 +66,12 @@
--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'
+ --replace-fail 'crypt_level=high' 'crypt_level=none' \
+ --replace-fail 'bitmap_compression=true' 'bitmap_compression=false'
'';
- openFirewall = true;
+ #openFirewall = true;
};
- xserver.videoDrivers = lib.mkForce [ "modesetting" ];
+ #xserver.videoDrivers = lib.mkForce [ "modesetting" ];
};
sops = {