[NixOS] Disable remote desktop to avoid conflicts

This commit is contained in:
Ivan Malison 2023-08-15 15:39:02 -06:00
parent 5b4698cde1
commit 9502408ac8

View File

@ -95,9 +95,9 @@
# High-DPI console
console.font = lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz";
services.xrdp.enable = true;
services.xrdp.defaultWindowManager = "startplasma-x11";
services.xrdp.openFirewall = true;
# services.xrdp.enable = true;
# services.xrdp.defaultWindowManager = "startplasma-x11";
# services.xrdp.openFirewall = true;
system.stateVersion = "20.03";